source: CONFIG/UNIFORM/v7/IPSLCM7/EXPERIMENTS/ICOLMDZOR/LAM/amip_ERA5_LAM/COMP/dynamico.card @ 6838

Last change on this file since 6838 was 6838, checked in by aclsce, 6 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.3 KB
Line 
1[Compatibility]
2libIGCM=1.0
3
4[UserChoices]
5RESOL_NBP=40
6RESOL_ATM_Z=79
7# create_etat0_limit=n is used for normal GCM run
8create_etat0_limit = n
9
10# The proposed experiment ensures consistency between nudging files and nudging_dynamico.xml.
11# If you change these nudging files, make sure you maintain this consistency.
12guided_type=nudging
13
14# iflag_phys=1 is used for normal GCM run with continents (not aquaplanet)
15# iflag_phys is only used in combination with create_etat0_limit=y. See specific CREATE set up to know more.
16iflag_phys=1
17
18
19[InitialStateFiles]
20List=   (${R_OUT}/${config_UserChoices_TagName}/${config_UserChoices_SpaceName}/CE0L/${config_UserChoices_CreateName}/ICO/Output/Restart/${config_UserChoices_CreateName}_${year}_start.nc, start.nc)
21
22[BoundaryFiles]
23List=(${R_IN}/ATM/FORCING_LAM/${config_UserChoices_ForcingName}_${config_UserChoices_ForcingDate}.nc, nudging_forcing.nc)
24ListNonDel= ()
25
26[SmoothFiles]
27List=   ()
28
29[ParametersFiles]
30List=   (${SUBMIT_DIR}/PARAM/DYNAMICO/earth_const.def, .),\
31        (${SUBMIT_DIR}/PARAM/DYNAMICO/LAM/run_dynamico_lam_ERA5_France.def, run_dynamico.def),\
32        (${MODIPSL}/modeles/DYNAMICO/xml/DYNAMICO_XML/sponge_dynamico.xml, .),\
33        (${MODIPSL}/modeles/DYNAMICO/xml/DYNAMICO_XML/context_dynamico.xml, .),\
34        (${MODIPSL}/modeles/DYNAMICO/xml/DYNAMICO_XML/context_input_dynamico.xml, .),\
35        (${MODIPSL}/modeles/DYNAMICO/xml/DYNAMICO_XML/field_def_dynamico.xml, .),\
36        (${MODIPSL}/modeles/DYNAMICO/xml/DYNAMICO_XML/nudging_dynamico.xml, .),\
37        (${MODIPSL}/modeles/DYNAMICO/xml/DYNAMICO_XML/file_def_dynamico.xml, .)
38
39
40[RestartFiles]
41List=   (restart.nc, restart.nc, start.nc)
42
43[OutputText]
44List=   (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_*)
45
46
47[OutputFiles]
48List=   (output_dcmip2016_native.nc,    ${R_OUT_ICO_O_H}/${PREFIX}_3H_output_dcmip2016_native.nc,     NONE), \
49        (output_dcmip2016_regular.nc,   ${R_OUT_ICO_O_H}/${PREFIX}_3H_output_dcmip2016_regular.nc,    NONE)
50
51
52#List=  ( limit.nc,       ${R_OUT_ICO_O}/Boundary/${config_UserChoices_JobName}_clim_limit.nc,   NONE), \
53#       ( start.nc,       ${R_OUT_ICO_O}/Restart/${config_UserChoices_JobName}_clim_start.nc,    NONE), \
54#       ( startphy.nc,    ${R_OUT_ICO_O}/Restart/${config_UserChoices_JobName}_clim_startphy.nc, NONE)
55
Note: See TracBrowser for help on using the repository browser.