New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
user/flavoni/libIGCM_v4.0a (diff) – NEMO

Changes between Version 3 and Version 4 of user/flavoni/libIGCM_v4.0a


Ignore:
Timestamp:
2017-01-18T11:17:34+01:00 (7 years ago)
Author:
flavoni
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • user/flavoni/libIGCM_v4.0a

    v3 v4  
    11[[TOC(heading=Using libIGCM library to run 50 years of ORCA2_LIM3_PISCES nemo_v4_0_alpha,  depth=2, libIGCM_nemo_v_4_0_alpha/config.card_description)]] 
    22 
    3 = '''Using libIGCM library with ORCA2_LIM3_PISCES with nemo_v3_4_0_alpha''' = 
     3= '''Using libIGCM library with ORCA2_LIM3_PISCES with nemo_v3_4_0_alpha (= dev_merge_2016; revision 7553)''' = 
    44== Purposes == 
    5   Through LibIGCM give an example of run of configuration ORCA2_LIM3_PISCES with : 
     5  Through LibIGCM give an example of 50 years run of ORCA2_LIM3_PISCES configuration, with : 
    66 
    77 * Climatological and Interannual  (years from 1948 to 2009) forcing files COREII 
     
    2222 
    2323{{{ 
    24  cd $WORKDIR  ;  mkdir TP-NEMO-libIGCM ; cd TP-NEMO-libIGCM 
     24 cd $WORKDIR  ;  mkdir test_O2L3PIS_50years_merge2016 ; cd  test_O2L3PIS_50years_merge2016 
    2525}}} 
    2626 * Define the following alias to use SVN : 
     
    3434 svn_ano 
    3535}}} 
    36  * Extract the model "NEMO_v5":  ('''mod.def modified : put it somewhere!!!''') 
     36 * Change mod.def:  the model "NEMO_v5":   
     37{{{ 
     38cd modipsl/util  
     39vi mod.def 
     40}}} 
     41 
     42 revision '''7553''' before Dave Storkey commit, after this commit there are compilation problem. 
     43 
     44 edit NEMO_v5 configuration; change the original with these lines:  
     45{{{ 
     46#---- NEMO  configurations 
     47 
     48#-H- NEMO_v5  NEMOGCM  in forced mode   dev_merge_2016  Compilation using FCM 
     49#-H- NEMO_v5  libIGCM tag libIGCM_v2.8.2 
     50#-M- NEMO_v5  simona.flavoni@locean.upmc.fr 
     51#-C- NEMO_v5  tags/libIGCM_v2.8.2                                  HEAD  10 libIGCM               . 
     52#-C- NEMO_v5  branches/2016/dev_merge_2016/NEMOGCM                                       7553  7  .                       modeles 
     53#-C- NEMO_v5  CONFIG/UNIFORM/v6/NEMO_v6                                                  HEAD  8  NEMO_v6                 config 
     54}}} 
     55 
     56 
     57* Extract the model "NEMO_v5":  
    3758 
    3859{{{ 
     
    4061 ./model NEMO_v5 
    4162}}} 
    42   **  verify NEMOGCM revision in '''modipsl/util/mod.def ''' file:  (fixed revision for dev_merge_2016 : '''7553''' before Dave Stokey commit  ) 
    43  
    44   #-H- NEMO_v6  NEMOGCM for CMIP6 exercise [[BR]]    
    45   #-H- NEMO_v6  LibIGCM tag libIGCM_v2.6[[BR]]   
    46   #-M- NEMO_v6  Christian.Ethe@ipsl.jussieu.fr[[BR]]  
    47   #-C- NEMO_v6  tags/libIGCM_v2.7                                    HEAD  10     LibIGCM                        .   [[BR]]     
    48   #-C- NEMO_v6  '''branches/2015/nemo_v3_6_STABLE/NEMOGCM'''           '''5618'''        7           .          modeles[[BR]]  
    49   #-C- NEMO_v6  trunk/ORCA1_LIM3_PISCES             HEAD  17             .              modeles/NEMOGCM/CONFIG[[BR]]   
    50   #-C- NEMO_v6  CONFIG/UNIFORM/v6/NEMO_v6                                                   HEAD    8     NEMO_v6                 config 
    51  
    52   to compile and run NEMO is needed to download and compile xios: 
     63  
     64 Verify NEMOGCM revision in '''modipsl/util/mod.def ''' file:  (fixed revision for dev_merge_2016 : '''7553''' ) 
     65 
     66  
     67 * To compile and run NEMO is needed to download and compile xios: 
    5368 
    5469 * Download XIOS ('''branch 1.0 revision 703''')