Changeset 4932


Ignore:
Timestamp:
02/13/20 15:14:17 (4 years ago)
Author:
jgipsl
Message:

Updated experience LMDZ/clim_360d for new method of setting output files for LMDZ (forgotten when LMDZOR experiments were done) and small cleaning.

Location:
CONFIG/UNIFORM/v6
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/IPSLCM6.2/ARCH/arch-X64_IRENE.env

    r4613 r4932  
    66#set -e 
    77 
    8 module purge 
    98module load intel/17.0.6.256 
    109module load mpi/openmpi/2.0.4 
  • CONFIG/UNIFORM/v6/IPSLCM6.2/compile_ipslcm6.sh

    r4707 r4932  
    134134    # Find out current host and source specific paths and commands for the host 
    135135    case $( hostname -s ) in 
    136         ada*) 
    137             fcm_arch=X64_ADA;; 
     136        jean-zay*) 
     137            fcm_arch=X64_JEANZAY;; 
    138138        irene*) 
    139139            fcm_arch=X64_IRENE;; 
     
    153153if [ -f ARCH/arch-${fcm_arch}.env ] ; then 
    154154    echo >> $outfile 
    155     echo "The file ARCH/arch-${fcm_arch}.env will now be sourced with modules needed for compilation for all components" 
     155    echo "The file ARCH/arch-${fcm_arch}.env will now be sourced with modules needed for compilation for all components." 
    156156    echo "Note that this new environement might be kept after compilation."  
    157157    echo "If this is the case, source again your personal environment after compilation. " 
     
    332332 
    333333 
     334# Compile LMDZ regular lat-lon executable 
    334335cd $modipsl/modeles/LMDZ 
    335 # Compile LMDZ regular lat-lon exectuable 
    336336echo; echo "NOW COMPILE LMDZ REGULAR LAT-LON MODE. Resolution = ${resol_atm}" 
    337337echo >> $outfile ; echo " NOW COMPILE LMDZ REGULAR LAT-LON MODE. Resolution = ${resol_atm}"   >> $outfile  
  • CONFIG/UNIFORM/v6/LMDZOR_v6.2/EXPERIMENTS/LMDZ/clim_360d/COMP/lmdz.card

    r4048 r4932  
    3737ByPass_hgardfou_mats=n 
    3838 
    39 # Set OutLevel to choose the level of output for LMDZ 
    40 # OutLevel=low/medium/high 
    41 OutLevel=low 
    42  
    43 # Set COSP activation and output frequency (monthly, daily, HF) = y/n 
    44 LMDZ_COSP_OK=y 
    45 LMDZ_COSP_monthly=n 
    46 LMDZ_COSP_daily=n 
    47 LMDZ_COSP_hf=n 
    48  
    49 # Set NMC output frequency (monthly, daily, HF) = y/n 
    50 LMDZ_NMC_monthly=n 
    51 LMDZ_NMC_daily=n 
    52 LMDZ_NMC_hf=n 
    53  
    5439# Nugding : ok_guide=y/n 
    5540# If ok_guide=y, add nudging files(u.nc, v.nc, hur.nc,...) in BoundaryFiles section below. 
    5641ok_guide=n 
    5742 
     43# Specify which output file to activate and at which output_level 
     44# Use an integer to specify the output level or NONE if to deactivate the file 
     45# output_level_filename=1     : activate the corresponding file with low output level 
     46# output_level_filename=10    : activate the corresponding file with high output level 
     47# output_level_filename=NONE  : the file will not be written 
     48output_level_histmth = 5 
     49output_level_histday = NONE 
     50output_level_histhf  = NONE 
     51output_level_histmthNMC = NONE 
     52output_level_histdayNMC = NONE 
     53output_level_histhfNMC  = NONE 
     54output_level_histstrataer = NONE 
     55output_level_histdaystrataer = NONE 
     56output_level_histstn      = NONE 
     57 
     58# Activate COSP in config.def and set corresponding output files 
     59LMDZ_COSP_OK=y 
     60output_level_histmthCOSP = NONE 
     61output_level_histdayCOSP = NONE 
     62output_level_histhfCOSP  = NONE 
     63 
    5864[InitialStateFiles] 
    5965List=   (${R_IN}/ATM/START/eORCA1.2xLMD${RESOL_ATM_XY}/start_eORCA1.2xLMD${RESOL_ATM_3D}_o2a_v3.nc, start.nc),\ 
     
    6268[BoundaryFiles] 
    6369List=() 
    64 ListNonDel= (${R_IN}/ATM/LIMIT/AMIP.v20180427/interpol/${RESOL_ATM_XY}_eORCA1.2_360d/limit_1979_2008_clim.nc, limit.nc),\ 
    65             (${R_IN}/ATM/AEROSOLS/CMIP6/v1/${RESOL_ATM_XY}/L${RESOL_ATM_Z}/aerosols1850_from_inca.nc,   aerosols.nat.nc),\ 
     70# 
     71# With CMIP6 aerosols version 1 
     72# With 3D ozone 
     73ListNonDel= (${R_IN}/ATM/AEROSOLS/CMIP6/v1/${RESOL_ATM_XY}/L${RESOL_ATM_Z}/aerosols1850_from_inca.nc,   aerosols.nat.nc),\ 
    6674            (${R_IN}/ATM/AEROSOLS/CMIP6/v1/${RESOL_ATM_XY}/L${RESOL_ATM_Z}/aerosols1995_from_inca.nc,   aerosols1980.nc),\ 
    6775            (${R_IN}/ATM/OZONE/UReading/historical.v20160711.v2/interpol/${RESOL_ATM_XY}/climoz_LMDZ_1979_2008_clim.nc, climoz_LMDZ.nc),\ 
     76            (${R_IN}/ATM/LIMIT/AMIP.v20180427/interpol/${RESOL_ATM_XY}_eORCA1.2_360d/limit_1979_2008_clim.nc, limit.nc),\ 
    6877            (${R_IN}/ATM/SOLAR/CMIP6/v3.1corr/Control/solarforcing_v3.1_pdControl_ave_6bands_360days.nc, solarforcing.nc),\ 
    6978            (${R_IN}/ATM/STRATAERO/CMIP6/v3/${RESOL_ATM_XY}/L${RESOL_ATM_Z}/taulwstrat.2D.ave.nc, taulwstrat.2D.nc),\ 
     
    98107        (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histins_lmdz.xml, . ),   \ 
    99108        (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histstrataer_lmdz.xml, . ),\ 
     109        (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histdaystrataer_lmdz.xml, . ),\ 
    100110        (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histLES_lmdz.xml, . ) 
    101111 
  • CONFIG/UNIFORM/v6/LMDZOR_v6.2/EXPERIMENTS/LMDZ/clim_360d/COMP/xios.card

    r2396 r4932  
    2121 
    2222[OutputText] 
    23 List=   (xios_client_*) 
     23List=   (xios_client_*,out_xios.x.err.*, out_xios.x.out.*) 
    2424 
    2525[OutputFiles] 
  • CONFIG/UNIFORM/v6/LMDZOR_v6.2/EXPERIMENTS/LMDZ/clim_360d/config.card

    r4693 r4932  
    7676#D-- ATM - 
    7777[ATM] 
    78 WriteFrequency="1M" 
    7978# If config_Restarts_OverRule == 'n' next 4 params are read 
    8079Restart= n 
     
    8988#D-- IOS - 
    9089[IOS] 
    91 WriteFrequency="" 
    9290# If config_Restarts_OverRule == 'n' next 4 params are read 
    9391Restart= n 
  • CONFIG/UNIFORM/v6/LMDZOR_v6.2/compile_lmdzor.sh

    r4920 r4932  
    9191echo "   optmode = $optmode, parallel = $parallel, fcm_arch = $fcm_arch " >> $outfile  
    9292echo "   full_flag=$full_flag, full_xios=$full_xios, full_lmdz=$full_lmdz, full_orch=$full_orch" >> $outfile  
    93 echo "   parallel = $parallel, fcm_arch = $fcm_arch" >> $outfile  
    9493echo >> $outfile 
    9594 
     
    121120if [ -f ARCH/arch-${fcm_arch}.env ] ; then 
    122121    echo >> $outfile 
    123     echo "The file ARCH/arch-${fcm_arch}.env will now be sourced with modules needed for compilation for all components" 
     122    echo "The file ARCH/arch-${fcm_arch}.env will now be sourced with modules needed for compilation for all components." 
    124123    echo "Note that this new environement might be kept after compilation."  
    125124    echo "If this is the case, source again your personal environment after compilation. " 
     
    199198## 2.4 Compile LMDZ for regular latlon configuration 
    200199cd $modipsl/modeles/LMDZ 
    201 # Compile LMDZ regular lat-lon exectuable 
     200# Compile LMDZ regular lat-lon executable 
    202201echo; echo "NOW COMPILE LMDZ REGULAR LAT-LON MODE. Resolution = ${resol_atm}" 
    203202echo >> $outfile ; echo " NOW COMPILE LMDZ REGULAR LAT-LON MODE. Resolution = ${resol_atm}"   >> $outfile  
Note: See TracChangeset for help on using the changeset viewer.