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_v3.6 (diff) – NEMO

Changes between Version 37 and Version 38 of user/flavoni/libIGCM_v3.6


Ignore:
Timestamp:
2015-10-27T14:49:59+01:00 (8 years ago)
Author:
flavoni
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • user/flavoni/libIGCM_v3.6

    v37 v38  
    157157so you've to: 
    158158 
     159* Create configuration ORCA2_LIM3_PISCES without compile it (with -j0): 
     160  
    159161{{{ 
    160162./makenemo -n ORCA2_LIM3_PISCES -r ORCA2_LIM_PISCES -j0 
     163}}} 
     164 
     165* Edit cfg.txt file by changing ORCA2_LIM3_PISCES definition : 
     166  
     167{{{ 
    161168vi cfg.txt  
    162 cd ORCA2_LIM3_PISCES/ 
     169ORCA2_LIM3_PISCES OPA_SRC '''LIM_SRC_3''' NST_SRC TOP_SRC 
     170}}} 
     171 
     172* Clean the configuration ORCA2_LIM3_PISCES just created : 
     173  
     174{{{ 
    163175./makenemo -n ORCA2_LIM3_PISCES clean 
     176}}} 
     177 
     178* Change cpp keys: 
     179  
     180{{{ 
    164181vi ORCA2_LIM3_PISCES/cpp_ORCA2_LIM3_PISCES.fcm  
     182bld::tool::fppkeys key_trabbl '''key_lim3''' key_dynspg_flt key_diaeiv key_ldfslp key_traldf_c2d key_traldf_eiv key_dynldf_c3d key_zdftke key_zdfddm key_zdftmx key_top key_pisces key_iomput key_mpp_mpi 
     183}}} 
     184 
     185* And finally compile the ORCA2_LIM3_PISCES configuration : 
     186  
     187{{{ 
    165188./makenemo -n ORCA2_LIM3_PISCES -j 8 -m X64_ADA 
    166189}}} 
     190 
    167191  
    168192######## OLD VERSION