Ignore:
Timestamp:
12/15/10 17:15:45 (14 years ago)
Author:
lfairhead
Message:

Modifications needed to take advantage of the split in physiq.def in LMDZ.
The old physiq.def is split in 2: a shorter physiq.def that only includes
parameters and constants needed by the parametrizations and a config.def that
includes information related to the configuration one wishes to run (e.g. orbital
parameters, gaz constants, aerosols, etc...). The output.def is also taken into account

Warning: work in progress. Probably still needs some testing. Tested on brodie for the moment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/IPSLCM/IPSLCM5B/EXP00/config.card

    r1049 r1220  
    99[UserChoices] 
    1010#============================ 
    11 JobName=EXP00 
     11JobName=N05B 
    1212#----- Short Name of Experiment 
    1313ExperimentName=pdControl 
    1414#----- DEVT TEST PROD 
    1515SpaceName=DEVT 
    16 LongName="IPSLCM5A CMIP5 DEVT phase pdControl example with limited outputs" 
    17 TagName=IPSLCM5A 
     16LongName="IPSLCM5B CMIP5 DEVT phase pdControl example with limited outputs" 
     17TagName=IPSLCM5B 
    1818#============================ 
    1919#-- leap, noleap, 360d 
     
    2222#-- "YYYY-MM-DD" 
    2323DateBegin=2000-01-01 
    24 DateEnd=2000-12-31 
     24DateEnd=2000-02-28 
    2525#============================ 
    2626#-- 1Y, 1M, 5D, 1D Period Length of one trunk of simulation 
     
    5454#D- If you want to restart all components from the same simulation, 
    5555#D-      put OveRule flag to 'y' and set the next 3 parameters 
    56 OverRule=n 
     56OverRule=y 
    5757#D- Last day of the experience used as restart for all components 
    58 RestartDate=1999-12-31 
     58RestartDate=1829-12-31 
    5959#D- Define restart simulation name for all components 
    60 RestartJobName=EXP00 
     60RestartJobName=CNPF16ctrl 
    6161#D- Path Server Group Login 
    62 RestartPath=${ARCHIVE}/IGCM_OUT/IPSLCM5A/DEVT/pdControl 
     62RestartPath=${ARCHIVE}/IGCM_OUT/IPSLCM5A/DEVT/piControl/ 
    6363 
    6464#======================================================================== 
     
    167167ATM= (lmdz, LMDZ4-dev) 
    168168SRF= (orchidee, ORCHIDEE_1_9_5) 
    169 SBG= (stomate, ORCHIDEE_1_9_5) 
     169#SBG= (stomate, ORCHIDEE_1_9_5) 
    170170OCE= (opa9, CMIP5_IPSL) 
    171171ICE= (lim2, CMIP5_IPSL) 
Note: See TracChangeset for help on using the changeset viewer.