Changes between Version 14 and Version 15 of Documentation/UserGuide/PreIndSim


Ignore:
Timestamp:
2014-10-22T19:05:31+02:00 (10 years ago)
Author:
luyssaert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/UserGuide/PreIndSim

    v14 v15  
    7474RIVER_ROUTING = n  
    7575 
     76# Use stomate (all the biogeochemical and anthropogenic processes) 
     77STOMATE_OK_STOMATE = y 
     78 
    7679# To reset the time coming from SECHIBA restart file 
    7780# This option allows the model to override the time 
     
    148151}}} 
    149152   
     153For the new physics set in COMP/lmdz.card 
     154{{{ 
     155LMDZ_Physics=NPv3.1 
     156}}} 
     157For the old physics set in COMP/lmdz.card 
     158{{{ 
     159LMDZ_Physics=AP 
     160}}} 
    150161 
    151 # in COMP/lmdz.card 
    152 ---> LMDZ_Physics=NPv3.1 
    153  
    154  
    155 # in PARAM/physiq.def_L39_NPv3.1 
    156 ---> 
     162Set in PARAM/physiq.def_L39_NPv3.1 
     163{{{ 
    157164iflag_thermals=17 
    158165iflag_pbl=11 
     166}}} 
    159167 
    160 # Make sure that stomate is on by looking in PARAM/orchidee.def_CWRR 
     168Make sure that stomate is on by looking in PARAM/orchidee.def_CWRR 
     169{{{ 
    161170STOMATE_OK_STOMATE = y 
    162 # and in config.card (if this line is missing, there will be no STOMATE) 
     171}}} 
     172and in config.card (if this line is missing, there will be no STOMATE) 
     173{{{ 
    163174SBG= ("", "") 
    164175}}} 
    165176 
    166 If you are interested in a zoomed set-up follow the further instructions on [wiki:HowTo/SetupZoomEurope]. For the regular grid you are done and can try to launch the job: 
     177 
     178For the regular grid you are done and can try to launch the job: 
    167179{{{ 
    168180ccc_msub Job_JOBNAME 
    169181}}} 
    170182 
    171 Notice that I had to ask the hotline to be included in this group, since when I tried to launch the job it was refused 
    172183 
    173184