source: CONFIG/UNIFORM/v7/ICOLMDZOR_v7/EXPERIMENTS/ICOLMDZ/clim_noleap/COMP/dynamico.card @ 4606

Last change on this file since 4606 was 4606, checked in by jgipsl, 5 years ago

Added copy of context_input_dynamico.xml needed for DYNAMICO/trunk rev 933 and later. This file is copied from the source DYNAMCIO.

File size: 1.7 KB
Line 
1[Compatibility]
2libIGCM=1.0
3
4[UserChoices]
5RESOL_NBP=40
6RESOL_ATM_Z=79
7
8# create_etat0_limit=n is used for normal GCM run
9create_etat0_limit = n
10
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
15
16[InitialStateFiles]
17List=   (${R_IN}/ATM/START/dynamico_lmdz_nbp${RESOL_NBP}/start.nc, .)
18         
19
20[BoundaryFiles]
21List=()
22ListNonDel= ()
23
24[SmoothFiles]
25List=   ()
26
27[ParametersFiles]
28List=   \
29        (${SUBMIT_DIR}/PARAM/earth_const.def, .),\
30        (${SUBMIT_DIR}/PARAM/run_dynamico.def_nbp${RESOL_NBP}, run_dynamico.def),\
31        (${SUBMIT_DIR}/PARAM/iodef.xml, .),\
32        (${MODIPSL}/modeles/DYNAMICO/xml/context_dynamico.xml, .),\
33        (${MODIPSL}/modeles/DYNAMICO/xml/context_input_dynamico.xml, .),\
34        (${MODIPSL}/modeles/DYNAMICO/xml/field_def_dynamico.xml, .),\
35        (${MODIPSL}/modeles/DYNAMICO/xml/file_def_dynamico.xml, .)
36
37
38[RestartFiles]
39List=   (restart.nc, restart.nc, start.nc)
40
41[OutputText]
42List=   (run_dynamico.def, earth_const.def, iodef.xml, context_dynmico.xml, field_def_dynamico.xml, file_def_dynamico.xml, out_icosa_lmdz.exe.out*, out_icosa_lmdz.exe.err*, xios_client_*)
43
44
45[OutputFiles]
46List=   (output_dcmip2016_native.nc,    ${R_OUT_ICO_O_H}/${PREFIX}_3H_output_dcmip2016_native.nc,     NONE), \
47        (output_dcmip2016_regular.nc,   ${R_OUT_ICO_O_H}/${PREFIX}_3H_output_dcmip2016_regular.nc,    NONE)
48
49
50#List=  ( limit.nc,       ${R_OUT_ICO_O}/Boundary/${config_UserChoices_JobName}_clim_limit.nc,   NONE), \
51#       ( start.nc,       ${R_OUT_ICO_O}/Restart/${config_UserChoices_JobName}_clim_start.nc,    NONE), \
52#       ( startphy.nc,    ${R_OUT_ICO_O}/Restart/${config_UserChoices_JobName}_clim_startphy.nc, NONE)
53
Note: See TracBrowser for help on using the repository browser.