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

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

Update config:

  • Before the component ATM was used for DYNAMCIO-LMDZphysics together. Now they have been seperated in 2 components: ICO for the icosahedral part which is here DYNAMCIO. ATM is kept for LMDZ phyiscs. Note that when running without DYNMACIO, the component ICO is not present and the component ATM represents both LMDZ dynamics and physics.
  • lmdz.driver and lmdz.card are copied from LMDZOR_v6.2. Small changes are done to work with or without DYNAMCIO.
  • .def files for LMDZ are copied from LMDZOR_v6.2
File size: 1.7 KB
Line 
1[Compatibility]
2libIGCM=1.0
3
4[UserChoices]
5RESOL_NBP=40
6RESOL_ATM_Z=79
7Aquaplanet = n
8
9
10[InitialStateFiles]
11List=   (${R_IN}/ATM/START/dynamico_lmdz_nbp${RESOL_NBP}/start_nbp${RESOL_NBP}_v0.nc, start.nc)\
12        (${R_IN}/ATM/START/dynamico_lmdz_nbp${RESOL_NBP}/startphy_nbp${RESOL_NBP}_v0.nc, startphy.nc)
13         
14
15[BoundaryFiles]
16List=()
17ListNonDel= (${R_IN}/ATM/START/dynamico_lmdz_nbp${RESOL_NBP}/limit_365d_nbp${RESOL_NBP}_v0.nc, limit.nc),\
18            (${R_IN}/ATM/OZONE/UReading/historical.v20160711.v2/interpol/nbp${RESOL_NBP}/climoz_LMDZ_2000_v0.nc, climoz_LMDZ.nc)
19
20[SmoothFiles]
21List=   ()
22
23[ParametersFiles]
24List=   \
25        (${SUBMIT_DIR}/PARAM/earth_const.def, .),\
26        (${SUBMIT_DIR}/PARAM/run_icosa.def, .),\
27        (${SUBMIT_DIR}/PARAM/iodef.xml, .),\
28        (${MODIPSL}/modeles/DYNAMICO/xml/context_dynamico.xml, .),\
29        (${MODIPSL}/modeles/DYNAMICO/xml/field_def_dynamico.xml, .),\
30        (${MODIPSL}/modeles/DYNAMICO/xml/file_def_dynamico.xml, .)
31
32
33[RestartFiles]
34List=   (restart.nc, restart.nc, start.nc)
35
36[OutputText]
37List=   (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_*)
38
39
40[OutputFiles]
41List=   (output_dcmip2016_native.nc,    ${R_OUT_ICO_O_H}/${PREFIX}_3H_output_dcmip2016_native.nc,     NONE), \
42        (output_dcmip2016_regular.nc,   ${R_OUT_ICO_O_H}/${PREFIX}_3H_output_dcmip2016_regular.nc,    NONE)
43
44
45#List=  ( limit.nc,       ${R_OUT_ICO_O}/Boundary/${config_UserChoices_JobName}_clim_limit.nc,   NONE), \
46#       ( start.nc,       ${R_OUT_ICO_O}/Restart/${config_UserChoices_JobName}_clim_start.nc,    NONE), \
47#       ( startphy.nc,    ${R_OUT_ICO_O}/Restart/${config_UserChoices_JobName}_clim_startphy.nc, NONE)
48
Note: See TracBrowser for help on using the repository browser.