source: CONFIG/UNIFORM/v7/IPSLCM7/EXPERIMENTS/IPSLCM/piControl_TEST/COMP/dynamico.card @ 6445

Last change on this file since 6445 was 6445, checked in by aclsce, 14 months ago

Modified to be able to work with

  • LMDZ testing rev 4515
  • ORCHIDEE rev 7991
  • ICOSA_LMDZ rev 4501
  • DYNAMICO rev 3558d704

Removed SOURCES not needed anymore due to the use above revisions.

File size: 2.0 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# Nugding : ok_guide=y/n
16# If ok_guide=y, add nudging files(u.nc, v.nc, hur.nc,...) in BoundaryFiles section below
17ok_guide=n
18
19
20[InitialStateFiles]
21List=   (${R_IN}/ATM/START/${config_UserChoices_ORCA_version}xICO${RESOL_NBP}/start_${config_UserChoices_ORCA_version}xICO${RESOL_NBP}x${RESOL_ATM_Z}.nc, start.nc)
22         
23
24[BoundaryFiles]
25List=()
26ListNonDel= ()
27
28[SmoothFiles]
29List=   ()
30
31[ParametersFiles]
32List=   \
33        (${SUBMIT_DIR}/PARAM/earth_const.def, .),\
34        (${SUBMIT_DIR}/PARAM/run_dynamico.def_nbp${RESOL_NBP}, run_dynamico.def),\
35        (${SUBMIT_DIR}/PARAM/iodef.xml, .),\
36        (${MODIPSL}/modeles/DYNAMICO/xml/sponge_dynamico.xml, .),\
37        (${MODIPSL}/modeles/DYNAMICO/xml/context_dynamico.xml, .),\
38        (${MODIPSL}/modeles/DYNAMICO/xml/context_input_dynamico.xml, .),\
39        (${MODIPSL}/modeles/DYNAMICO/xml/field_def_dynamico.xml, .),\
40        (${MODIPSL}/modeles/DYNAMICO/xml/file_def_dynamico.xml, .)
41
42
43[RestartFiles]
44List=   (restart.nc, restart.nc, start.nc)
45
46[OutputText]
47List=   (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_*)
48
49
50[OutputFiles]
51List=   (output_dcmip2016_native.nc,    ${R_OUT_ICO_O_H}/${PREFIX}_3H_output_dcmip2016_native.nc,     NONE), \
52        (output_dcmip2016_regular.nc,   ${R_OUT_ICO_O_H}/${PREFIX}_3H_output_dcmip2016_regular.nc,    NONE)
53
54
55#List=  ( limit.nc,       ${R_OUT_ICO_O}/Boundary/${config_UserChoices_JobName}_clim_limit.nc,   NONE), \
56#       ( start.nc,       ${R_OUT_ICO_O}/Restart/${config_UserChoices_JobName}_clim_start.nc,    NONE), \
57#       ( startphy.nc,    ${R_OUT_ICO_O}/Restart/${config_UserChoices_JobName}_clim_startphy.nc, NONE)
58
Note: See TracBrowser for help on using the repository browser.