Changes between Version 18 and Version 19 of reduced_IPSLCM6


Ignore:
Timestamp:
07/10/19 16:41:15 (4 years ago)
Author:
snguyen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • reduced_IPSLCM6

    v18 v19  
    113113 
    114114=== lim3 === 
    115 * Edit the `lim3.card` file. 
     1151. Edit the `lim3.card` file in the `COMP` directory. 
     116Replace this line: 
     117{{{ 
     118ListNonDel= (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/maskMFO_lim.nc , .  ) 
     119}}} 
     120by: 
     121{{{ 
     122ListNonDel= () 
     123}}} 
     124 
     125In the paragraph: 
     126{{{ 
     127[ParametersFiles] 
     128List=   (${MODIPSL}/modeles/NEMOGCM/CONFIG/SHARED/namelist_ice_lim3_ref                  , namelist_ice_ref       ), \ 
     129        (${MODIPSL}/modeles/NEMOGCM/CONFIG/ORCA1_LIM3_PISCES/EXP00/field_def_nemo-lim.xml, field_def_nemo-lim.xml ), \ 
     130        (${SUBMIT_DIR}/PARAM/namelist_lim3_${RESOL_OCE}_cfg_${LMDZ_Physics}              , namelist_ice_cfg       ), \ 
     131        (${SUBMIT_DIR}/PARAM/file_def_nemo-lim3.xml                                      , file_def_nemo-lim.xml  ) 
     132}}} 
     133change `namelist_lim3_${RESOL_OCE}_cfg_${LMDZ_Physics}` to 
     134{{{ 
     135namelist_lim3_${RESOL_OCE}_cfg 
     136}}} 
     137 
     1382. Edit the namelist file in the `PARAM` directory. 
     139In `namelist_lim3_ORCA2_cfg` add this line to the `&namicerun` section: 
     140{{{ 
     141   jpl            =    1           !  number of ice  categories 
     142}}} 
     143To work with a monocategory ice model. 
     144 
     145In the `&namiceitd` section add this line: 
     146{{{ 
     147   rn_himax_bot = 99.             !  max ice thickness in the last category jpl 
     148}}} 
     149forgetting to set this line will cause NEMO to crash with `NANs` in the `ssh` variable as this line may not be in `namelist_ice_lim3_ref`. 
     150 
     151