Ignore:
Timestamp:
06/15/23 16:30:17 (13 months ago)
Author:
aclsce
Message:

Updated LMDZOR_v6 to run on new RH8 TGCC environment.

Location:
CONFIG/UNIFORM/v6/LMDZOR_v6
Files:
4 added
13 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/LMDZOR_v6/AA_make

    r4252 r6515  
    66#- For example :  
    77#-    gmake LMD9695-L39 
     8 
     9submitdir=$(shell pwd) 
     10arch_path=${submitdir}/ARCH 
    811 
    912all :  
     
    5659 
    5760xios : 
    58         (cd  ../../modeles/XIOS ; ./make_xios  \ 
     61        (. ${arch_path}/arch-${FCM_ARCH}.env; cd  ../../modeles/XIOS ; ./make_xios  \ 
    5962#-Q- ifort_CICLAD --netcdf_lib netcdf4_seq \ 
    6063#-Q- gfortran_CICLAD --netcdf_lib netcdf4_seq \ 
     
    6366 
    6467libioipsl : ../../modeles/IOIPSL/src 
    65         (cd ../../modeles/IOIPSL/src ; $(M_K) -f Makefile) 
     68        (ln -sf ${arch_path}/arch-${FCM_ARCH}.env ${arch_path}/arch.env; . ${arch_path}/arch-${FCM_ARCH}.env; cd ../../modeles/IOIPSL/src ; $(M_K) -f Makefile) 
    6669 
    6770 
    6871liborchidee : ../../modeles/ORCHIDEE/ 
    69         (cd ../../modeles/ORCHIDEE/ ; ./makeorchidee_fcm -prod -parallel mpi_omp -arch $(FCM_ARCH) -j 8 -xios2 -driver) 
     72        (. ${arch_path}/arch-${FCM_ARCH}.env; cd ../../modeles/ORCHIDEE/ ; ./makeorchidee_fcm -parallel mpi_omp -arch $(FCM_ARCH) -j 8 -xios2) 
    7073 
    7174 
     
    104107 
    105108lmdz: ../../modeles/LMDZ 
    106         (cd ../../modeles/LMDZ; ./makelmdz_fcm -d $(RESOL_LMDZ) -prod -arch $(FCM_ARCH) -j 8 ce0l ; mv bin/ce0l_$(RESOL_LMDZ)_phylmd_seq.e ../../bin/create_etat0_limit.e ; ) 
    107         (cd ../../modeles/LMDZ; ./makelmdz_fcm -d $(RESOL_LMDZ) -prod -mem -cosp true -v true -parallel mpi_omp -arch $(FCM_ARCH) -j 8 -io xios -rrtm true gcm ; mv bin/gcm_$(RESOL_LMDZ)_phylmd_para_mem_orch.e ../../bin/gcm.e ; ) 
     109        (. ${arch_path}/arch-${FCM_ARCH}.env; cd ../../modeles/LMDZ; ./makelmdz_fcm -d $(RESOL_LMDZ) -prod -arch $(FCM_ARCH) -j 8 ce0l ; mv bin/ce0l_$(RESOL_LMDZ)_phylmd_seq.e ../../bin/create_etat0_limit.e ; ) 
     110        (. ${arch_path}/arch-${FCM_ARCH}.env; cd ../../modeles/LMDZ; ./makelmdz_fcm -d $(RESOL_LMDZ) -prod -mem -cosp true -v true -parallel mpi_omp -arch $(FCM_ARCH) -j 8 -io xios -rrtm true gcm ; mv bin/gcm_$(RESOL_LMDZ)_phylmd_para_mem_orch.e ../../bin/gcm.e ; ) 
    108111 
    109112 
  • CONFIG/UNIFORM/v6/LMDZOR_v6/EXPERIMENTS/LMDZ/CREATE_amip/config.card

    r4352 r6515  
    2828CompressionLevel=2 
    2929#============================ 
     30#-- Source following file with module settings, only if it exists 
     31EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 
     32 
    3033PeriodNb=50 
    3134 
  • CONFIG/UNIFORM/v6/LMDZOR_v6/EXPERIMENTS/LMDZ/CREATE_clim_360d/config.card

    r4352 r6515  
    2929#-- Compression level for netcdf output files 
    3030CompressionLevel=2 
     31#-- Source following file with module settings, only if it exists 
     32EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 
     33 
    3134#======================================================================== 
    3235#D-- ListOfComponents - 
  • CONFIG/UNIFORM/v6/LMDZOR_v6/EXPERIMENTS/LMDZ/clim_360d/config.card

    r4352 r6515  
    2929#-- Compression level for netcdf output files 
    3030CompressionLevel=2 
     31#-- Source following file with module settings, only if it exists  
     32EnvFile=${SUBMIT_DIR}/../ARCH/arch.env  
     33 
    3134#======================================================================== 
    3235#D-- ListOfComponents - 
  • CONFIG/UNIFORM/v6/LMDZOR_v6/EXPERIMENTS/LMDZOR/amip/config.card

    r4352 r6515  
    2929#-- Compression level for netcdf output files 
    3030CompressionLevel=2 
     31#-- Source following file with module settings, only if it exists 
     32EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 
     33 
    3134#======================================================================== 
    3235#D-- ListOfComponents - 
  • CONFIG/UNIFORM/v6/LMDZOR_v6/EXPERIMENTS/LMDZOR/amip_CMIP6/config.card

    r4870 r6515  
    3232#-- Compression level for netcdf output files 
    3333CompressionLevel=2 
     34#-- Source following file with module settings, only if it exists 
     35EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 
     36 
    3437#======================================================================== 
    3538#D-- ListOfComponents - 
  • CONFIG/UNIFORM/v6/LMDZOR_v6/EXPERIMENTS/LMDZOR/amip_nudge/config.card

    r4352 r6515  
    2929#-- Compression level for netcdf output files 
    3030CompressionLevel=2 
     31#-- Source following file with module settings, only if it exists 
     32EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 
     33 
    3134#======================================================================== 
    3235#D-- ListOfComponents - 
  • CONFIG/UNIFORM/v6/LMDZOR_v6/EXPERIMENTS/LMDZOR/clim_360d/config.card

    r4352 r6515  
    2929#-- Compression level for netcdf output files 
    3030CompressionLevel=2 
     31#-- Source following file with module settings, only if it exists 
     32EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 
     33 
    3134 
    3235#======================================================================== 
  • CONFIG/UNIFORM/v6/LMDZOR_v6/EXPERIMENTS/LMDZOR/clim_pdControl/config.card

    r4352 r6515  
    2929#-- Compression level for netcdf output files 
    3030CompressionLevel=2 
    31  
     31#-- Source following file with module settings, only if it exists 
     32EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 
    3233 
    3334#======================================================================== 
  • CONFIG/UNIFORM/v6/LMDZOR_v6/EXPERIMENTS/LMDZOR/clim_pdControl_VLR/config.card

    r4150 r6515  
    2828#============================ 
    2929ORCA_version=ORCA2.3 
     30#-- Source following file with module settings, only if it exists 
     31EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 
     32 
    3033 
    3134#======================================================================== 
  • CONFIG/UNIFORM/v6/LMDZOR_v6/EXPERIMENTS/LMDZOR/highresmip_CMIP6/config.card

    r4870 r6515  
    3939#-- Compression level for netcdf output files 
    4040CompressionLevel=2 
     41#-- Source following file with module settings, only if it exists 
     42EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 
     43 
    4144 
    4245#======================================================================== 
  • CONFIG/UNIFORM/v6/LMDZOR_v6/GENERAL/PARAM/orchidee.def_CWRR

    r4860 r6515  
    3232# PRINTLEV = 3, 4,.. : more output also at each timestep 
    3333PRINTLEV=1 
     34# PRINTSTANDOUT ([FLAG]) :  Print to standard output    {}  
     35PRINTSTANDOUT=y  
    3436 
    3537# Hydrology parameters 
  • CONFIG/UNIFORM/v6/LMDZOR_v6/GENERAL/PARAM/orchidee.def_Choi

    r4294 r6515  
    2525# default = 86400.0 
    2626WRITE_STEP = 0 
     27 
     28# PRINTSTANDOUT ([FLAG]) :  Print to standard output    {}  
     29PRINTSTANDOUT=y  
    2730 
    2831# Hydrology parameters 
Note: See TracChangeset for help on using the changeset viewer.