Ignore:
Timestamp:
12/05/18 11:48:42 (6 years ago)
Author:
jgipsl
Message:

Updated configuration to be used with ORCHIDEE/trunk revision 5639 or later including the nitrogen cycle. In all experiences in this commit,

the nitrogen cycle is imposed using input file (STOMATE_IMPOSE_CN=y, STOMATE_READ_CN=y, NINPUT_UPDATE=0Y)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/LMDZOR_v6.3/EXPERIMENTS/LMDZOR/amip/COMP/stomate.card

    r3637 r4173  
    33 
    44[UserChoices] 
     5# NINPUT_UPDATE=1Y: change in nitrogen input maps every year.  
     6# Nitrogen input maps should be set in BoundaryFiles/List for 1Y or in InitialStateFile for 0Y. 
     7NINPUT_UPDATE=0Y 
     8 
     9# STOMATE_IMPOSE_CN: impose nitrogen 
     10# If STOMATE_IMPOSE_CN=y the file leaf_cn.nc must be available 
     11# If STOMATE_IMPOSE_CN=n the other N-input files are needed, see commented files below 
     12STOMATE_IMPOSE_CN=y 
     13 
    514 
    615# Specify output level for output files 
     
    1928 
    2029[InitialStateFiles] 
    21 List=   () 
     30List=    (${R_IN}/SRF/NITROGEN/CN_LEAF/cn_leaf_1850_v0.nc, leaf_cn.nc) 
     31 
     32# Following files are needed if STOMATE_IMPOSE_CN=n 
     33#List=   (${R_IN}/SRF/NITROGEN/N_FERTILISATION/NMIP/synthetic/historical/Nfer_pasture_2000.nc, nfert_pasture.nc) ,\ 
     34#     (${R_IN}/SRF/NITROGEN/N_FERTILISATION/NMIP/synthetic/historical/Nfer_cropland_2000.nc, nfert_cropland.nc) ,\ 
     35#     (${R_IN}/SRF/NITROGEN/N_FERTILISATION/NMIP/manure/historical/Nmanure_pasture_2000.nc, nmanure_pasture.nc) ,\ 
     36#     (${R_IN}/SRF/NITROGEN/N_FERTILISATION/NMIP/manure/historical/Nmanure_cropland_2000.nc, nmanure_cropland.nc) ,\ 
     37#     (${R_IN}/SRF/NITROGEN/N_DEPOSITION/CCMI_ndep/historical/CCMI_ndep_nhx_2000.nc, ndep_nhx.nc), \ 
     38#     (${R_IN}/SRF/NITROGEN/N_DEPOSITION/CCMI_ndep/historical/CCMI_ndep_noy_2000.nc, ndep_noy.nc), \ 
     39#     (${R_IN}/SRF/NITROGEN/BNF/bnf_1850.nc, bnf.nc) 
     40 
    2241 
    2342[BoundaryFiles] 
Note: See TracChangeset for help on using the changeset viewer.