Changes between Initial Version and Version 1 of Doc/Config/LMDZORINCA


Ignore:
Timestamp:
03/24/14 16:18:29 (11 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/Config/LMDZORINCA

    v1 v1  
     1 
     2{{{ 
     3#!html 
     4<h1>The LMDZORINCA configurations </h1> 
     5}}} 
     6---- 
     7[[TOC(heading=Table of contents,depth=1,inline)]] 
     8[[PageOutline(1,Table of contents,pullout)]] 
     9 
     10[[NoteBox(note,The LMDZORINCA configurations (LMDZORINCA and LMDZORINCA_v5) allow you to couple  the LMDz atmospheric circulation model\, the ORCHIDEE land model\, and the INCA atmospheric chemistry model.,600px)]] 
     11 
     12Person in charge: Anne Cozic 
     13 
     14---- 
     15# The sources of the components # 
     16## LMDZORINCA_v5 ## 
     17 
     18LMDZORINCA_v5 is the default configuration. It is compatible with the IPSLCM5_v5, LMDZOR_v5, IPSLCM5CHT_v5 models. It is constructed with the following models: 
     19  * LMDZ trunk LMDZ5 rev 1628 for the gcm and the create_etat0_limit 
     20  * ORCHIDEE tag ORCHIDEE_1_9_5 
     21  * INCA tag INCA4.1.1  
     22 
     23This configuration allows you to work with the INCA version tuned for 39 levels.  
     24 
     25[[NoteBox(warn, It is not yet possible to use the new LMDZ physics scheme with this configuration.,600px)]] 
     26[[BR]] 
     27 
     28## LMDZORINCA ## 
     29 
     30LMDZORINCA is the configuration used for CMIP5. It is constructed with the following models:  
     31  * LMDZ branch LMDZ4_AR5 rev 1567 for the gcm  
     32  * LMDZ trunk LMDZ5 rev 1531 for the create_etat0_limit 
     33  * ORCHIDEE tag orchidee_1_9_5 on the cvs file repository  
     34  * INCA trunk INCA3 rev 255 
     35 
     36This configuration allows you to work with the INCA version tuned for 19 levels.  
     37 
     38[[BR]] 
     39 
     40## Flags managing the INCA and ORCHIDEE activation ## 
     41 
     42When you compile a model configuration which includes the INCA and ORCHIDEE models, those two models can be activated or deactivated in your simulation. In LMDZORINCA_v5 these activations are managed by the submission directory you chose (in EXPERIMENTS). 
     43 
     44### Activating or deactivating INCA ### 
     45|| '''Flag'''  || '''Value'''|| '''Meaning''' || 
     46|| config_inca || none   ||  run without INCA || 
     47|| config_inca || aero   || coupling with INCA AER/NMHC_AER || 
     48|| config_inca || chem   || coupling with INCA NMHC/GES || 
     49 
     50 
     51### Activating or deactivating ORCHIDEE ### 
     52|| '''Flag'''  || '''Value'''|| '''Meaning''' || 
     53|| veget       || y  || run with Orchidee || 
     54|| veget       || n || run without Orchidee || 
     55 
     56---- 
     57# Available resolutions # 
     58 
     59When you compile the model you must choose the chemistry component and its resolution:  
     60 * AERxLMD9695-L39 
     61 * NMHC_AERxLMD9695-L39 
     62 * GESxLMD9695-L39  
     63 * AERxLMD144x142-L39  
     64 * AERxLMD9695-L19 
     65 * NMHC_AERxLMD9695-L19 
     66 * GESxLMD9695-L19  
     67 * AERxLMDZ144142-L19  
     68 
     69[[NoteBox(note,With LDMZORINCA_v5 we recommend to use the 39 vertical level resolution. With LMDZORINCA we recommend to use the 19 vertical levels resolution. , 600px)]] 
     70 
     71## Changing the resolution ## 
     72You can add the compilation of another resolution by copying  the syntax of an existing resolution. If you do so, you will need to regrid all input files for the chosen chemistry model. [http://www-lsceinca.cea.fr/FORMATION_DOC/regrillage_v2.pdf documentation To regrid the inca files]  
     73 
     74 
     75 
     76---- 
     77# Initial states # 
     78 
     79With the LMDZ model you can create initial files (start.nc, startphy.nc and limit.nc) for each simulation (for this, use the experiments : EXPERIMENTS/LMDZORINCA/CREATE/). However, start.nc file only contain zero-values for tracers when the model is coupled to INCA. You must therefore work on those values or use output files from existing simulations. By default, we provide one initial state per configuration. 
     80 
     81 * ${R_INIT}/CHM/LMDZORINCA/INCA${RESOL_CHM}/start.nc     -->  start.nc  
     82 * ${R_INIT}/CHM/LMDZORINCA/INCA${RESOL_CHM}/startphy.nc  -->  startphy.nc   
     83With  
     84 * ${R_INIT} = /ccc/work/cont003/p86ipsl/IGCM/INIT at TGCC 
     85 * ${RESOL_CHM} = 9695-L39 / 9695-L19 / 144142-L19 / 144142-L39   
     86 
     87They are defined in the [!InitialStateFiles] section of lmdz.card 
     88{{{ 
     89#!sh 
     90[InitialStateFiles] 
     91List=   (${R_INIT}/CHM/LMDZORINCA/INCA${RESOL_CHM}/start.nc     , start.nc      ) \ 
     92        (${R_INIT}/CHM/LMDZORINCA/INCA${RESOL_CHM}/startphy.nc  , startphy.nc   ) 
     93 
     94}}} 
     95 
     96---- 
     97# Experiments # 
     98 
     99In the EXPERIMENTS directory the available configurations are LMDZORINCA, LMDZOR, LMDZ. In LMDZORINCA you can choose among three kind of  experiments:  
     100 * NMHC_AER 
     101 * AER 
     102 * GES 
     103 
     104## inca.card ## 
     105### 10-m winds ### 
     106 * There is an experiment directory  for each configuration of the chemistry component:  
     107  * EXPERIMENT/LMDZORINCA/NMHC_AER/ 
     108  * EXPERIMENT/LMDZORINCA/AER/ 
     109  * EXPERIMENT/lMDZORINCA/GES/ 
     110Each of those directories contain a config.card  
     111 * If you work with an aerosol configuration (AER or NMHC_AER) you can chose to work with 10-m winds computed by the LMDZ model or read in forcing files. By default the second option is chosen. On the other hand, if you want to use the values computed by LMDZ, you must change the model by hand by setting the climatological variable to true in INCA3/src/INCA_SRC/aerosol_meteo_calc.F90.  
     112 
     113__Files definition to read the 10-m winds__ 
     114{{{ 
     115[BoundaryFiles] 
     116List=       (/ccc/work/cont003/dsm/p24data/ECMWF320x160/AN${year}/165_${year}${month}.nc      , u10mec.nc)\ 
     117            (/ccc/work/cont003/dsm/p24data/ECMWF320x160/AN${year}/166_${year}${month}.nc      , v10mec.nc)\ 
     118            (/ccc/work/cont003/dsm/p24data/ECMWF${RESOL_ATM_XY}/AN${year}/u10m_ecmwf_${year}${month}.nc , u10m.nc  )\ 
     119            (/ccc/work/cont003/dsm/p24data/ECMWF${RESOL_ATM_XY}/AN${year}/v10m_ecmwf_${year}${month}.nc , v10m.nc  ) 
     120}}} 
     121 
     122 
     123### Text outputs ### 
     124In the INCA4 model version, the text outputs are not in the standard output files. They are redirected to a text file per processor. These files are concatenated at the end of the simulation to create only one inca.out file. This file is saved in the DEBUG/ archive. If the simulation fails, the file is saved in the Debug/ directory which is available in the experiment directory.  
     125 
     126## lmdz.card ## 
     127You will find all the information needed to understand the lmdz.card file [wiki:DocImodelBlmdz here]. 
     128 
     129### The nudged mode ### 
     130You can work in nudged mode (by forcing the winds using files read by the LMDZ model) or in climatological mode (by using the wind values computed by LMDZ). If you work in nudged mode, several forcing files are available on the p24data shared account at TGCC : /ccc/work/cont003/dsm/p24data 
     131 * ECMWF96x95 : regridded winds in 96x95 from OPERA of ecmwf 
     132 * ECMWF144x142 : regridded winds in 144x142 from OPERA of ecmwf 
     133 * ECMWF320x160 : winds distributed by ecmwf 
     134 
     135### adjust ### 
     136If you have a simulation which includes the INCA model, you must not use the adjust option which creates biases at the beginning of the simulation in particular for configurations with aerosols. If you didn't change the models you can use Bands files which are defined by default in the lmdz.card files. 
     137{{{ 
     138AER  
     139#LMDZ_Bands_file_name=/ccc/store/cont003/dsm/p86cozic/IGCM_OUT/LMDZORINCA/AER/L5OI4_Bands/ATM/Debug/L5OI4_Bands_Bands_96x95x39_32prc.dat_1 
     140 
     141NMHC_AER 
     142#LMDZ_Bands_file_name=/ccc/store/cont003/dsm/p86cozic/IGCM_OUT/LMDZORINCA/NMHC_AER/L4OI3NA_39_Bands/ATM/Debug/L4OI3NA_39_Bands_Bands_96x95x39_32prc.dat_1 
     143 
     144GES  
     145not provided  
     146}}} 
     147If you added computations in the model, we recommend to regenerate this file by performing a 3-month pre-simulation.  
     148 
     149 
     150---- 
     151# The aerosol coupling and the radiative effect in LMDZORINCA # 
     152 
     153LMDZORINCA allows you to activate the aerosol impact on climate. To this end, we have used Céline Déandreis' PhD results. [[BR]] 
     154This coupling can be made in two different modes:  
     155 * offline (reading the aerosols in files)  
     156 * online (computing the aerosols using INCA) 
     157Different flags were introduced to manage these new options: '''aerosol_couple''' and '''flag_aerosol''' 
     158(in physiq.def). [[BR]] 
     159The aerosols you can use with offline or online coupling are : SO4, BC, POM, SS and DUST. If your coupling is offline, refer to the [DocImodelBlmdz#Informationssurleforçageradiatifparlesaérosols next] chapter. 
     160## Flag definitions ## 
     161 
     162|| '''Flag'''  || '''Value'''|| '''Meaning''' || 
     163|| aerosol_couple || n    || offline coupling  || 
     164|| aerosol_couple || y    || online coupling  || 
     165 
     166 
     167LMDZ offers two flags to activate the radiative forcings: '''ok_ade''', '''ok_aie''' 
     168|| '''Flag'''  || '''Value'''|| '''Meaning''' || 
     169|| ok_ade || y/n || computing (or not) the aerosol direct effect || 
     170|| ok_aie || y/n || computing (or not) the aerosol indirect effect || 
     171 
     172The ok_ade and ok_aie flags are managed from lmdz.card :  
     173 * AER --> aerosol_couple = y, ok_ade = y and ok_aie = n  
     174 * NMHC_AER --> aerosol_couple = y, ok_ade = y and ok_aie = n  
     175 * GES --> aerosol_couple = n, ok_ade = n and ok_aie = n  
     176 
     177 
     178## Variable definitions ## 
     179You can also choose to compute the radiative forcing without their climatic impacts. In this case, you must use the '''feedb''' variable in the src/INCA_SRC/radlwsw_inca.F90 routine. If the variable equals 0 the climatic impact is not activated, if the variable equals 1 the climatic impact is activated.  
     180