source: CONFIG/UNIFORM/v7/IPSLCM7/EXPERIMENTS/ICOLMDZOR/LAM/CREATE_amip_LAM/COMP/dynamico.card @ 6834

Last change on this file since 6834 was 6834, checked in by acosce, 7 weeks ago

Add comments to avoid error when using nudging in regular or unstructured grid
remove ok_guide in lmdz.card for experiments with dynamico

File size: 2.0 KB
Line 
1[Compatibility]
2libIGCM=1.0
3
4[UserChoices]
5RESOL_NBP=40
6RESOL_ATM_Z=79
7etat0=start_file_interp
8
9# The proposed experiment ensures consistency between nudging files and nudging_dynamico.xml.
10# If you change these nudging files, make sure you maintain this consistency.
11guided_type=nudging
12
13
14# create_etat0_limit=n is used for normal GCM run
15create_etat0_limit = y
16
17# iflag_phys=1 is used for normal GCM run with continents (not aquaplanet)
18# iflag_phys=101, 102,... or 120 to activate aquaplanet mode
19iflag_phys=1
20
21
22[InitialStateFiles]
23List=   (${R_OUT}/${config_UserChoices_TagName}/${config_UserChoices_SpaceName}/CE0L/${config_UserChoices_CreateName}/ICO/Output/Restart/${config_UserChoices_CreateName}_${year}_start.nc, start.nc)
24
25[BoundaryFiles]
26List=(${R_OUT}/${config_UserChoices_TagName}/${config_UserChoices_SpaceName}/amip/${config_UserChoices_ForcingName}/ICO/Restart/${config_UserChoices_ForcingName}_${config_UserChoices_ForcingDate}_nudging_forcing.nc, nudging_forcing.nc)
27ListNonDel=()
28
29[SmoothFiles]
30List=   ()
31
32[ParametersFiles]
33List=   (${SUBMIT_DIR}/PARAM/DYNAMICO/earth_const.def, .),\
34        (${SUBMIT_DIR}/PARAM/DYNAMICO/LAM/run_dynamico_lam_forcing_France.def, run_dynamico.def),\
35        (${MODIPSL}/modeles/DYNAMICO/xml/sponge_dynamico.xml, .),\
36        (${MODIPSL}/modeles/DYNAMICO/xml/context_dynamico.xml, .),\
37        (${MODIPSL}/modeles/DYNAMICO/xml/context_input_dynamico.xml, .),\
38        (${MODIPSL}/modeles/ICOSA_LMDZ/xml/param_gw.xml, .), \
39        (${MODIPSL}/modeles/DYNAMICO/xml/nudging_dynamico.xml, .), \
40        (${MODIPSL}/modeles/DYNAMICO/xml/field_def_dynamico.xml, .),\
41        (${MODIPSL}/modeles/DYNAMICO/xml/file_def_dynamico.xml, .)
42
43
44[RestartFiles]
45List=   (NONE)
46
47[OutputText]
48List=   (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_*)
49
50
51[OutputFiles]
52List=   ( start0.nc,       ${R_OUT_ICO_O}/Restart/${config_UserChoices_JobName}_${year}_start.nc,    NONE)
53
Note: See TracBrowser for help on using the repository browser.