Ignore:
Timestamp:
03/03/22 13:34:47 (2 years ago)
Author:
jgipsl
Message:

Update parameter files and settings to correspond to ORCHIDEE_OL offline configuration revision 7478. Done by S Luysaert and J Ghattas.

Location:
CONFIG/UNIFORM/v6/LMDZOR_v6.4/EXPERIMENTS/LMDZOR/amip/COMP
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/LMDZOR_v6.4/EXPERIMENTS/LMDZOR/amip/COMP/orchidee.card

    r4979 r6084  
    3535        (${R_IN}/SRF/reftemp.nc, . ), \ 
    3636        (${R_IN}/SRF/ROUTING/routing.nc, . ), \ 
    37         (${R_IN}/SRF/albedo/alb_bg_modisopt_2D_ESA_v2.nc, alb_bg.nc ), \ 
    3837        (${R_IN}/SRF/cartepente2d_15min.nc, .) 
    3938 
    4039[BoundaryFiles] 
    41 List= (${R_IN}/SRF/PFTMAPS/CMIP6/ESA-LUH2v2/historical/15PFT.v1/PFTmap_${year}.nc, PFTmap.nc) ,\ 
    42       (${R_IN}/SRF/WOODHARVEST/LUH2v2/historical/woodharvest_${year}.nc, woodharvest.nc) 
     40List= (${R_IN}/SRF/PFTMAPS/CMIP6/ESA-LUH2v2/historical/15PFT.v1/PFTmap_${year}.nc, PFTmap.nc) 
    4341ListNonDel= () 
    4442 
  • CONFIG/UNIFORM/v6/LMDZOR_v6.4/EXPERIMENTS/LMDZOR/amip/COMP/stomate.card

    r4175 r6084  
    55# NINPUT_UPDATE=1Y: change in nitrogen input maps every year.  
    66# Nitrogen input maps should be set in BoundaryFiles/List for 1Y or in InitialStateFile for 0Y. 
    7 NINPUT_UPDATE=0Y 
     7NINPUT_UPDATE=1Y 
    88 
    99# STOMATE_IMPOSE_CN: impose nitrogen 
    10 # If STOMATE_IMPOSE_CN=y the file leaf_cn.nc must be available 
     10# If STOMATE_IMPOSE_CN=y the file leaf_cn.nc must be available, NINPUT_UPDATE=0Y should be set. 
    1111# If STOMATE_IMPOSE_CN=n the other N-input files are needed, see commented files below 
    12 STOMATE_IMPOSE_CN=y 
     12STOMATE_IMPOSE_CN=n 
    1313 
    1414 
     
    2828 
    2929[InitialStateFiles] 
    30 List=    (${R_IN}/SRF/NITROGEN/CN_LEAF/cn_leaf_1850_v0.nc, cnleaf_map.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  
     30# cnleaf_map.nc is needed if STOMATE_IMPOSE_CN=y 
     31#List=    (${R_IN}/SRF/NITROGEN/CN_LEAF/cn_leaf_1850_v0.nc, cnleaf_map.nc) 
     32List= () 
    4133 
    4234[BoundaryFiles] 
    43 List=   () 
     35# Following files are needed if STOMATE_IMPOSE_CN=n 
     36List=   (${R_IN}/SRF/NITROGEN/N_FERTILISATION/NMIP/synthetic/historical/Nfer_pasture_${year}.nc, nfert_pasture.nc) ,\ 
     37    (${R_IN}/SRF/NITROGEN/N_FERTILISATION/NMIP/synthetic/historical/Nfer_cropland_${year}.nc, nfert_cropland.nc) ,\ 
     38    (${R_IN}/SRF/NITROGEN/N_FERTILISATION/NMIP/manure/historical/Nmanure_pasture_${year}.nc, nmanure_pasture.nc) ,\ 
     39    (${R_IN}/SRF/NITROGEN/N_FERTILISATION/NMIP/manure/historical/Nmanure_cropland_${year}.nc, nmanure_cropland.nc) ,\ 
     40    (${R_IN}/SRF/NITROGEN/N_DEPOSITION/CCMI_ndep/historical/CCMI_ndep_nhx_${year}.nc, ndep_nhx.nc), \ 
     41    (${R_IN}/SRF/NITROGEN/N_DEPOSITION/CCMI_ndep/historical/CCMI_ndep_noy_${year}.nc, ndep_noy.nc),\ 
     42    (${R_IN}/SRF/NITROGEN/BNF/bnf_1850.nc, bnf.nc) 
     43 
    4444ListNonDel= () 
    4545 
Note: See TracChangeset for help on using the changeset viewer.