Version 8 (modified by jgipsl, 14 years ago) (diff) |
---|
Configuration LMDZOR_v4 =
a configuration under developpement
/J Ghattas
This configuration is a modified copy of LMDZ4OR_v3. Modifications are :
- the AMIP experience is always a nudged run
- the grille 280x280x39 is added. This grid contains a zoom over Africa
- the CREATE experience points to the AMIP/PARAM for all the parameter files, done in lmdz.card
In the CREATE experience, 2 files exist in double versions : config_card and lmdz.card. Before run a manual copy or link must be done :
ln -s config.card_Interannuel config.card; cd COMP; ln -s lmdz.card_Interannuel lmdz.card
or
ln -s config.card_Climat config.card; cd COMP; ln -s lmdz.card_Climat lmdz.card
- bug correction for CREATE run with leap calendar (gregorian), in config.card : CalendarType=leap => in run.def : calend=gregorian
- scripts for interpolating files for nudging are stored in CREATE/SCRIPT. The script get_era.x is the master that will launch the other 2 (era2gcm.x and add_step.x)
Différentes expériences
Différences actuelle entre LMDZOR et AMIP :
Fichier | LMDZOR | AMIP | Commentaires |
COMP/lmdz.card | ELC-${RESOL_ATM_3D} | ELI-${RESOL_ATM_3D} | CREATE (nom du job create_etat0_limit) |
clim_start.nc | ${year}_start.nc | fichier climat / inter annuelle | |
clim_startphy.nc | ${year}_startphy.nc | fichier climat / inter annuelle | |
clim_limit.nc | ${year}_limit.nc | fichier climat / inter annuelle | |
aerosols_11YearsClim_1860.nc | aerosols_11YearsClim_1855.nc | aerosols.nat.nc | |
aerosols_11YearsClim_1995.nc | aerosols1980.nc | ||
aerosols_11YearsClim_${year}.nc | aerosols${year}.nc, 1:12: (smoothfile : à partir de la 1ère toutes les 12 périodes (mois) [min]:[modulo:][max] ) | ||
climoz_LMDZ_1995.nc | climoz_LMDZ_${year}.nc, climoz_LMDZ.nc, 1:12: | climoz_LMDZ.nc | |
CO2_1765_2005.txt | |||
CH4_1765_2005.txt | |||
N2O_1765_2005.txt | |||
CFC11_1765_2005.txt | |||
CFC12_1765_2005.txt | |||
guide.def | a mettre aussi dans LMDZOR!|| | ||
COMP/lmdz.driver | IPCC_CO2= ... ; LMDZ_sed physiq.def co2_ppm ${IPCC_CO2} | update physiq.def with values from file .txt : | |
solaire, co2_ppm, CH4_ppb, N2O_ppb, CFC11_ppt, CFC12_ppt | |||
COMP/orchidee.card | PFTmap_IPCC_2000.nc | ${BC_SRF_PFTmap} = PFTmap_1850to2005_AR5_LUHa.rc2.nc | new function in driver will choose PFTmap |
or ORCHIDEE_PFTmap_2006to2100_AR5_RCP8.5_MESSAGE.nc | |||
COMP/orchidee.driver | srf_period_start | new function for choice of PFTmap before and after 2004 | |
cas test : modif for certain years | VEGET_REINIT | ||
cas test : modif for certain years | VEGET_YEAR | ||
PARAM/orchidee.def | 0Y | 1Y | VEGET_UPDATE |
n | y | LAND_COVER_CHANGE = n | |
PARAM/physiq.def_L39 | 0.008 | 0.0 | pmagic |
1366.0896 | 1365.6537 | solaire RQ: le valeur dans AMIP sera ecraser | |
actuel | annuel | aer_type |
Commentaires :
- orchidee.driver pourrait être le même car srf_period_start prend effet en utilisant le variable ${BC_SRF_PFTmap}, qui se fait dans orchidee.card. On pourrait donc avoir : orchidee.card_Climat et orchidee.card_Interannuel
- Les différentes valeurs dans les .def pourrait être mis dans lmdz.card et orchidee.card pour ensuite être modifié avec sed
- guide.def pourrait etre mis dans les 2 expériences