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

Location:
CONFIG/IPSLCM/IPSLCM5B/historical
Files:
4 added
1 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/IPSLCM/IPSLCM5B/historical/COMP/lmdz.card

    r1183 r1220  
    33 
    44[UserChoices] 
     5# Physics package to use 
     6LMDZ_Physics=AP 
    57ByPass_hgardfou_teta=n 
    68ByPass_hgardfou_mats=n 
     
    5658 
    5759[ParametersFiles] 
    58 List=   (${SUBMIT_DIR}/PARAM/physiq.def_L${RESOL_ATM_Z}, physiq.def), \ 
     60List=   (${SUBMIT_DIR}/PARAM/physiq.def_L${RESOL_ATM_Z}_${LMDZ_Physics}, physiq.def), \ 
     61        (${SUBMIT_DIR}/PARAM/config.def_L${RESOL_ATM_Z}_${LMDZ_Physics}, config.def), \ 
    5962        (${SUBMIT_DIR}/PARAM/gcm.def_${RESOL_ATM_3D},    gcm.def),    \ 
    6063        (${SUBMIT_DIR}/PARAM/cosp_input_nl.txt,                .),    \ 
  • CONFIG/IPSLCM/IPSLCM5B/historical/COMP/lmdz.driver

    r1172 r1220  
    5959        esac 
    6060    done 
     61 
     62     ## Read LMDZPhysics option in lmdz.card  
     63     IGCM_card_DefineVariableFromOption ${SUBMIT_DIR}/COMP/lmdz.card UserChoices LMDZ_Physics 
     64     LMDZ_Physics=${lmdz_UserChoices_LMDZ_Physics} 
    6165 
    6266    ## Read LMDZ_NbPeriod_adjust option in lmdz.card  
  • CONFIG/IPSLCM/IPSLCM5B/historical/PARAM/run.def

    r907 r1220  
    22# 
    33INCLUDEDEF=physiq.def 
     4INCLUDEDEF=config.def 
    45INCLUDEDEF=gcm.def 
    56INCLUDEDEF=orchidee.def 
     7INCLUDEDEF=output.def 
    68## Type de calendrier utilise 
    79## valeur possible: earth_360d (defaut), earth_365d, earth_366d 
  • CONFIG/IPSLCM/IPSLCM5B/historical/config.card

    r1171 r1220  
    1313ExperimentName=historical 
    1414#----- DEVT TEST PROD 
    15 SpaceName=DEVT 
    16 LongName="IPSLCM5A CMIP5 DEVT phase historical example with large outputs" 
    17 TagName=IPSLCM5A 
     15SpaceName=PROD 
     16LongName="IPSLCM5B CMIP5 DEVT phase historical example with large outputs" 
     17TagName=IPSLCM5B 
    1818#============================ 
    1919#-- leap, noleap, 360d 
Note: See TracChangeset for help on using the changeset viewer.