Changes between Version 40 and Version 41 of Doc/Models/LMDZ


Ignore:
Timestamp:
06/14/18 16:31:41 (6 years ago)
Author:
tlurton
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/Models/LMDZ

    v40 v41  
    173173}}} 
    174174 
     175Following this, the CREATE experiments produce the following files: 
     176 
     177for a CREATE_amip experiment: 
     178{{{ 
     179/your/store/space/LMDZ/CREATE-amip-exp-name/ATM/Output/Boundary/CREATE-amip-exp-name_????_limit.nc 
     180}}} 
     181(with ???? varying with the year) 
     182 
     183for a CREATE_clim experiment: 
     184{{{ 
     185/your/store/space/LMDZ/CREATE-clim-exp-name/ATM/Output/Boundary/CREATE-clim-exp-name_clim_limit.nc 
     186}}} 
     187and 
     188{{{ 
     189/your/store/space/LMDZ/CREATE-clim-exp-name/ATM/Output/Boundary/CREATE-clim-exp-name_climoz_LMDZ.nc 
     190}}} 
     191 
     192These files can be used in e.g. LMDZOR experiments, by editing COMP/lmdz.card: 
     193 
     194For LMDZOR_amip experiments: 
     195{{{ 
     196[BoundaryFiles] 
     197List=   (/your/store/space/LMDZ/CREATE-amip-exp-name/ATM/Output/Boundary/CREATE-amip-exp-name_${year}_limit.nc, limit.nc),\ 
     198}}} 
     199 
     200and likewise for LMDZOR_clim: 
     201{{{ 
     202[BoundaryFiles] 
     203List=   (/your/store/space/LMDZ/CREATE-clim-exp-name/ATM/Output/Boundary/CREATE-clim-exp-name_clim_limit.nc, limit.nc) ,\ 
     204        (/your/store/space/LMDZ/CREATE-clim-exp-name/ATM/Output/Boundary/CREATE-clim-exp-name_climoz_LMDZ.nc, climoz_LMDZ.nc) ,\ 
     205}}} 
     206 
     207 
    175208---- 
    176209# Parallelism and the ''Bands'' file #