source: CMIP6/RFMIP/piClim-histall/README_2RadCall @ 5158

Last change on this file since 5158 was 4987, checked in by asima, 4 years ago
File size: 3.1 KB
Line 
1!-----------------------------------!-----------------------------------
2 Two simulations of this ensemble were run with double radiation calls :
3!-----------------------------------!-----------------------------------
4   CM619-LR-piClim-histall-2 : for CO2 only
5       (see PARAM/config.def_annuel : co2_ppm_per = 2.8432e+02 =co2_preind)
6
7    CM619-LR-piClim-histall-3 : for well-mixed GHG and aerosols
8       (see PARAM/config.def_annuel : all GHG "_per" values = preind)
9
10!-----------------------------------!-----------------------------------
11  A t t e n t i o n   i s   d r a w n  to the following files,
12 modified to allow easy (de)activation of IRF(-related) variable output :
13!-----------------------------------!-----------------------------------
14
15 A/ Customized *.xml files (stored in PARAM)
16!-------------------------
17
18 ===> context_lmdz.xml_2RadCall :
19  Includes new grid "presnivs0srf" to extract only the surface (level 1) of 3D variables.
20  Includes new output file "histmthForIRFtropo" with 3D radiation vars for GHG, and *_tropopause variables
21
22 ===> field_def_lmdz.xml_2RadCall :
23  Groups of variables are created for :
24
25     aerosols (TOA and SRF), with standard or CMIP-style variable names :
26        group_ref="fields_irf_aer_2D_lmdz" 
27                or "fields_irf_aer_2D_CMIPstyle"
28
29     GHG-2D (TOA and SRF), for 4xCO2, or another GHG combination (typically preindustrial) :
30        group_ref="fields_rad_4co2_TOA"  and "fields_rad_4co2_SRF",
31                or "fields_rad_ghg_TOA"  and "fields_rad_ghg_SRF"
32
33     GHG-3D (for IRFs at tropopause level);
34        group_ref="fields_rad_4co2_3D"
35                or "fields_rad_ghg_3D"
36
37Output of these variables can be activated/disabled in file*xml as a group ("enabled= TRUE/FALSE" for the group), instead of changing the "level" for each variable individually.
38
39 ===> file_histmth_lmdz.xml_2RadCall :
40   Allows (de)activating output for 2D groups "TOA" and "SRF"
41
42 ===> file_def_histmth_lmdz.xml_2RadCall_ForIRFtropo :
43  Contains GHG-3D groups (4co2 and ghg) and the *_tropopause variables.
44  The corresponding output file "histmthForIRFtropo" can be erased after producing TS_MO for all these variables in the post-processing.
45
46
47 B/ COMP/lmdz.card
48!-----------------
49
501/ Points to the modified *xml files :
51[ParametersFiles]
52...
53        (${SUBMIT_DIR}/PARAM/context_lmdz.xml_2RadCall, context_lmdz.xml ),            \
54        (${SUBMIT_DIR}/PARAM/field_def_lmdz.xml_2RadCall, field_def_lmdz.xml ),          \
55        (${SUBMIT_DIR}/PARAM/file_def_histmth_lmdz.xml_2RadCall, file_def_histmth_lmdz.xml ),   \
56        (${SUBMIT_DIR}/PARAM/file_def_histmth_lmdz.xml_2RadCall_ForIRFtropo, file_def_histmthForIRFtropo_lmdz.xml ),   \
57...
58
592/ Includes "histmthForIRFtropo" in the Output file list :
60[OutputFiles]
61List=
.
62   (histmthForIRFtropo.nc,  ${R_OUT_ATM_O_M}/${PREFIX}_1M_histmthForIRFtropo.nc,  Post_1M_histmthForIRFtropo),       \
63   â€Š.
64
653/ 2D and 3D timeseria are requested in postprocessing for all these variables needed to compute IRF at TOA, SRF and tropopause :
66see sections [Post_1M_histmth] and the newly introduced [Post_1M_histmthForIRFtropo]
67
Note: See TracBrowser for help on using the repository browser.