Giter Site home page Giter Site logo

leo-rain / cesm_sw Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ihesp/cesm_sw

0.0 1.0 0.0 26.48 MB

License: Other

Perl 2.86% Shell 0.90% Roff 0.29% C 2.34% Fortran 90.41% C++ 0.39% PHP 0.04% Makefile 0.28% Objective-C 0.16% Python 0.42% XSLT 0.05% Puppet 0.01% Pascal 0.02% AMPL 0.01% CMake 0.14% Assembly 0.01% NCL 0.11% MATLAB 0.04% HTML 1.48% CSS 0.06%

cesm_sw's Introduction

   We have done some efforts on refactoring and optimizing the Community
   Earth System Model(CESM) on the Sunway TaihuLight supercomputer, which
   uses a many-core processor that consists of management processing
   elements (MPEs) and clusters of computing processing elements (CPEs).
   To map the large code base of CESM.
   For general questions about those codes, please contact
   [Pilot National Laboratory for Marine Science and Technology (Qingdao)]
   (http://www.qnlm.ac/) or [National supercomputing Center in Wuxi](http://www.nsccwx.cn/)

   The Community Earth System Model version 1.3 (CESM1.3)

                 http://www2.cesm.ucar.edu

   See the CESM web site for documentation and information.

For commits to the CESM svn repo

    1. check out the latest ccsm4 tag but do not populate external directories
> svn co --ignore-externals $SVNREPO/cesm1/tags/cesm1_3_alpha## my_sandbox
> svn co -N $SVNREPO/cesm1/tags/cesm1_3_alpha## my_sandbox
    1. modify the file SVN_EXTERNAL_DIRECTORIES with any changes to component tags
> cd  my_sandbox
> emacs SVN_EXTERNAL_DIRECTORIES
    1. set the property for the external definitions - don't forget the dot at the end
> svn propset  svn:externals  -F SVN_EXTERNAL_DIRECTORIES .
    1. populate your sandbox with the external files
> svn update
    1. test
    1. document your mods
> cp  ChangeLog_template  ChangeLog.new
> cat  ChangeLog  >>  ChangeLog.new
> emacs  ChangeLog.new
> mv ChangeLog.new  ChangeLog
    1. copy your sandbox to a new tag in the repository
> svn copy . $SVNREPO/ccsm4/tags/cesm1_3_alpha## -m "created tag cesm1_3_alpha##"

cesm_sw's People

Contributors

robinhood1224 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.