source: CONFIG/UNIFORM/v7/IPSLCM7/EXPERIMENTS/ICOLMDZ/clim_noleap/COMP/dynamico.card @ 6838

Last change on this file since 6838 was 6838, checked in by aclsce, 7 weeks ago

Modified IPSLCM7 configuration as follows :

  • added DYNAMICO_XML in DYNAMICO path for xml files
  • removed SOURCES/LMDZ not needed anymore (commited in LMDZ repository)
  • commented creation of file_def_dynamico.xml by using python script (now file_def_dynamico.xml exists in DYNAMICO_XML directory).
File size: 2.4 KB
RevLine 
[4180]1[Compatibility]
2libIGCM=1.0
3
4[UserChoices]
5RESOL_NBP=40
[4281]6RESOL_ATM_Z=79
[4180]7
[4291]8# create_etat0_limit=n is used for normal GCM run
9create_etat0_limit = n
[4180]10
[4291]11# iflag_phys=1 is used for normal GCM run with continents (not aquaplanet)
12# iflag_phys is only used in combination with create_etat0_limit=y. See specific CREATE set up to know more.
13iflag_phys=1
14
[6791]15# Nugding : guided_type=none or nudging
16# If guided_type=nudging, add nudging files(u.nc, v.nc, hur.nc,...) in BoundaryFiles section below
17guided_type=none
[4291]18
[6337]19
[4180]20[InitialStateFiles]
[4388]21List=   (${R_IN}/ATM/START/dynamico_lmdz_nbp${RESOL_NBP}/start.nc, .)
[4180]22         
23
24[BoundaryFiles]
25List=()
[4325]26ListNonDel= ()
[4180]27
[6337]28#uncomment if you are running in nudge mode
29#List=($CCCSTOREDIR/../../subipsl/subipsl/ERA5/NETCDF/GLOBAL_025/4xdaily/AN_PL/${year}/u.${year}${month}.aphe5.GLOBAL_025.nc, u.nc),\
30#     ($CCCSTOREDIR/../../subipsl/subipsl/ERA5/NETCDF/GLOBAL_025/4xdaily/AN_PL/${year}/v.${year}${month}.aphe5.GLOBAL_025.nc, v.nc)
31
[4180]32[SmoothFiles]
33List=   ()
34
35[ParametersFiles]
36List=   \
[6656]37        (${SUBMIT_DIR}/PARAM/DYNAMICO/earth_const.def, .),\
38        (${SUBMIT_DIR}/PARAM/DYNAMICO/run_dynamico.def_nbp${RESOL_NBP}, run_dynamico.def),\
[6838]39        (${MODIPSL}/modeles/DYNAMICO/xml/DYNAMICO_XML/sponge_dynamico.xml, .),\
40        (${MODIPSL}/modeles/DYNAMICO/xml/DYNAMICO_XML/context_dynamico.xml, .),\
41        (${MODIPSL}/modeles/DYNAMICO/xml/DYNAMICO_XML/context_input_dynamico.xml, .),\
42        (${MODIPSL}/modeles/DYNAMICO/xml/DYNAMICO_XML/field_def_dynamico.xml, .),\
43        (${MODIPSL}/modeles/DYNAMICO/xml/DYNAMICO_XML/file_def_dynamico.xml, .),\
[6656]44        (${SUBMIT_DIR}/PARAM/DYNAMICO/nudging_dynamico.xml, .)
[4180]45
46
47[RestartFiles]
[4281]48List=   (restart.nc, restart.nc, start.nc)
[4180]49
50[OutputText]
[4607]51List=   (run_dynamico.def, earth_const.def, iodef.xml, context_dynamico.xml, context_input_dynamico.xml, field_def_dynamico.xml, file_def_dynamico.xml, out_icosa_lmdz.exe.out*, out_icosa_lmdz.exe.err*, xios_client_*)
[4180]52
53
54[OutputFiles]
[4281]55List=   (output_dcmip2016_native.nc,    ${R_OUT_ICO_O_H}/${PREFIX}_3H_output_dcmip2016_native.nc,     NONE), \
56        (output_dcmip2016_regular.nc,   ${R_OUT_ICO_O_H}/${PREFIX}_3H_output_dcmip2016_regular.nc,    NONE)
[4180]57
58
[4281]59#List=  ( limit.nc,       ${R_OUT_ICO_O}/Boundary/${config_UserChoices_JobName}_clim_limit.nc,   NONE), \
60#       ( start.nc,       ${R_OUT_ICO_O}/Restart/${config_UserChoices_JobName}_clim_start.nc,    NONE), \
61#       ( startphy.nc,    ${R_OUT_ICO_O}/Restart/${config_UserChoices_JobName}_clim_startphy.nc, NONE)
[4180]62
Note: See TracBrowser for help on using the repository browser.