Ignore:
Timestamp:
04/19/18 14:39:12 (6 years ago)
Author:
jgipsl
Message:

Added experience highresmip. Main diffrences with amip are:

  • using hadisst2 limit.nc files
  • using flag_aerosol=7 and the file MACv2.0-SP_v1.nc for plume aerosols
  • activating the workflow CMIP6 for the moment using dr2xml files from picontrol-spinup expermient. Coping ping and dr2xml files.
  • using climatology LAI instead of calculated lai from stomate. This is done setting LAI_MAP=y and coping the file LAI in orchidee.card and deactivating SBG in config.card.
  • Adding variable LandSeaMask? in config.card, to be changed depending on resolution

Add LAI_MAP in orchidee.def. This variable can now be change by setting LAI_MAP=x in orchidee.card. If not set, LAI_MAP takes its default value (n).

Copy PARAM/ping_comp.xml files from IPSLCM6 to be used with the workflow CMIP6.

Location:
CONFIG/UNIFORM/v6/LMDZOR_v6/EXPERIMENTS/LMDZOR/highresmip_CMIP6
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/LMDZOR_v6/EXPERIMENTS/LMDZOR/highresmip_CMIP6/config.card

    r3563 r3772  
    99JobName=LMDZOR01 
    1010#----- Short Name of Experiment 
    11 ExperimentName=amip 
     11ExperimentName=highresmip 
    1212#----- DEVT TEST PROD 
    1313SpaceName=TEST 
     
    1515TagName=LMDZOR 
    1616#D- Choice of experiment in EXPERIEMENTS directory 
    17 ExpType=LMDZOR/amip 
     17ExpType=LMDZOR/highresmip_CMIP6 
     18# LandSeaMask specifies the coastal land-sea mask used for the surface forcing files 
     19# Use LandSeaMasl=eORCA1.2 for resolution 144x142 and LandSeaMask=default for other resolutions  
     20LandSeaMask=eORCA1.2 
    1821#============================ 
    1922#-- leap, noleap, 360d 
     
    2124#-- Begin and end of job  
    2225#-- "YYYY-MM-DD" 
    23 DateBegin=1980-01-01 
    24 DateEnd=1980-12-31 
     26DateBegin=1950-01-01 
     27DateEnd=2014-12-31 
    2528#============================ 
    2629#-- 1Y, 1M, 5D, 1D Period Length for one execution 
     
    3336ATM= (lmdz, LMDZ) 
    3437SRF= (orchidee, ORCHIDEE) 
    35 SBG= (stomate, ORCHIDEE) 
    3638IOS= (xios, XIOS) 
    3739 
     
    4446ATM= (gcm.e, lmdz.x, 71MPI, 8OMP) 
    4547SRF= ("", "") 
    46 SBG= ("", "") 
    4748IOS= (xios_server.exe, xios.x, 1MPI) 
    4849 
     
    9192 
    9293#======================================================================== 
    93 #D-- SBG - STOMATE 
    94 [SBG] 
    95 # WriteFrequency is not used any more for ORCHIDEE  
    96 # Output files are now managed in stomate.card  
    97 WriteFrequency="" 
    98 # If config_Restarts_OverRule == 'n' next 4 params are read 
    99 Restart= n 
    100 # Last day of the experience used as restart for this component if Restart=y 
    101 RestartDate=2319-12-31 
    102 #D- Define restart simulation name for this component 
    103 RestartJobName=CM607-LR-pdCtrl-01 
    104 #D- Path Server Group Login 
    105 RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl 
    106  
    107 #======================================================================== 
    10894#D-- IOS - 
    10995[IOS] 
     
    123109RebuildFrequency=NONE 
    124110#D- PackFrequency determines the frequency of pack submission 
    125 PackFrequency=10Y 
     111PackFrequency=5Y 
    126112#D- TimeSeriesFreqency determines the frequency of post-processing submission 
    127113#D- Set NONE to deactivate the creation of all time series  
Note: See TracChangeset for help on using the changeset viewer.