Changeset 6473


Ignore:
Timestamp:
05/22/23 16:36:14 (11 months ago)
Author:
acosce
Message:

update configuration LMDZORINCA_v6.1.11 to run on redhat8

  • update AA_make
  • add ARCH directory to source environment
  • add SOURCES directory to save modification for LMDZ, ORCHIDEE, INCA and XIOS
  • add EnvFile? parameter in config.card for all EXPERIMENTS
Location:
CONFIG/UNIFORM/v6/LMDZORINCA_v6.1.10
Files:
16 added
15 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/LMDZORINCA_v6.1.10/AA_make

    r4395 r6473  
    11#- $Id$ 
    22 
     3 
     4submitdir=$(shell pwd) 
     5arch_path=${submitdir}/ARCH/ 
     6sources_RH8_path=${submitdir}/SOURCES/REDHAT8 
    37 
    48all :  
     
    5357 
    5458xios : 
    55         (cd  ../../modeles/XIOS ; ./make_xios  --arch ${FCM_ARCH} --job 8 ; cp bin/xios_server.exe ../../bin/. ; ) 
     59        (cd  ../../modeles/XIOS ; cp ${sources_RH8_path}/XIOS/arch-${FCM_ARCH}.fcm arch/.;  ./make_xios  --arch_path ${arch_path}  --arch ${FCM_ARCH} --job 8 ; cp bin/xios_server.exe ../../bin/. ; ) 
    5660 
    5761libioipsl : ../../modeles/IOIPSL/src 
    58         (cd ../../modeles/IOIPSL/src ; $(M_K) -f Makefile) 
     62        (ln -s ${arch_path}/arch-${FCM_ARCH}.env ${arch_path}/arch.env; . ${arch_path}/arch-${FCM_ARCH}.env; cd ../../modeles/IOIPSL/src ; $(M_K) -f Makefile) 
    5963 
    6064 
    6165liborchidee : ../../modeles/ORCHIDEE/ 
    62         (cd ../../modeles/ORCHIDEE/ ; ./makeorchidee_fcm  -parallel mpi_omp -prod -xios -arch $(FCM_ARCH) -j 8  -driver -xios2) 
     66        (. ${arch_path}/arch-${FCM_ARCH}.env; cd ../../modeles/ORCHIDEE/ ; cp ${sources_RH8_path}/ORCHIDEE/mod_orchidee_para.F90 src_parallel/.; ./makeorchidee_fcm  -parallel mpi_omp -prod -xios -arch $(FCM_ARCH) -j 8  -driver -xios2) 
    6367 
    6468nmhcaer96x95x39: 
     
    100104 
    101105inca: ../../modeles/INCA 
    102 #       (cd ../../modeles/INCA; ./makeinca_fcm -chimie $(CHIMIE) -prod  -resol $(RESOL_INCA) -j 8 -arch $(FCM_ARCH); cp SIMULATIONS/$(CHIMIE)/inca.dat ../../bin/inca.dat ; ) 
    103         (cd ../../modeles/INCA; ./makeinca_fcm -chimie $(CHIMIE) -prod -xios -parallel mpi_omp -resol $(RESOL_INCA) -j 8 -arch $(FCM_ARCH); cp SIMULATIONS/$(CHIMIE)/inca.dat ../../bin/inca.dat ; ) 
     106#       (. ${arch_path}/arch-${FCM_ARCH}.env; cd ../../modeles/INCA; cp ${sources_RH8_path}/INCA/print_inca.F90 src/INCA_MOD/. ; ./makeinca_fcm -chimie $(CHIMIE) -prod  -resol $(RESOL_INCA) -j 8 -arch $(FCM_ARCH); cp SIMULATIONS/$(CHIMIE)/inca.dat ../../bin/inca.dat ; ) 
     107        (. ${arch_path}/arch-${FCM_ARCH}.env; cd ../../modeles/INCA; cp ${sources_RH8_path}/INCA/print_inca.F90 src/INCA_MOD/. ; ./makeinca_fcm -chimie $(CHIMIE) -prod -xios -parallel mpi_omp -resol $(RESOL_INCA) -j 8 -arch $(FCM_ARCH); cp SIMULATIONS/$(CHIMIE)/inca.dat ../../bin/inca.dat ; ) 
    104108 
    105109lmdz: ../../modeles/LMDZ 
    106 #       (cd ../../modeles/LMDZ; ./makelmdz_fcm -d $(RESOL_LMDZ) -prod -chimie INCA  -arch $(FCM_ARCH) -j 8 ce0l ; mv bin/ce0l_$(RESOL_LMDZ)_phylmd_seq_inca.e ../../bin/create_etat0_limit.e ; ) 
    107         (cd ../../modeles/LMDZ; ./makelmdz_fcm -d $(RESOL_LMDZ) -prod -rrtm true -chimie INCA -io xios  -mem -cosp false -v true -parallel mpi_omp -arch $(FCM_ARCH) -j 8  gcm ; mv bin/gcm_$(RESOL_LMDZ)_phylmd_para_mem_orch_inca.e ../../bin/gcm.e ; ) 
     110#       (. ${arch_path}/arch-${FCM_ARCH}.env; cd ../../modeles/LMDZ; cp ${sources_RH8_path}/LMDZ/arch-${FCM_ARCH}.fcm arch/. ; ./makelmdz_fcm -d $(RESOL_LMDZ) -prod -chimie INCA  -arch $(FCM_ARCH) -j 8 ce0l ; mv bin/ce0l_$(RESOL_LMDZ)_phylmd_seq_inca.e ../../bin/create_etat0_limit.e ; ) 
     111        (. ${arch_path}/arch-${FCM_ARCH}.env; cd ../../modeles/LMDZ; cp ${sources_RH8_path}/LMDZ/arch-${FCM_ARCH}.fcm arch/. ; ./makelmdz_fcm -d $(RESOL_LMDZ) -prod -rrtm true -chimie INCA -io xios  -mem -cosp false -v true -parallel mpi_omp -arch $(FCM_ARCH) -j 8  gcm ; mv bin/gcm_$(RESOL_LMDZ)_phylmd_para_mem_orch_inca.e ../../bin/gcm.e ; ) 
    108112 
    109113 
  • CONFIG/UNIFORM/v6/LMDZORINCA_v6.1.10/EXPERIMENTS/LMDZ/CREATE_amip/config.card

    r4788 r6473  
    88#D-- UserChoices - 
    99[UserChoices] 
     10EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 
    1011#============================ 
    1112JobName=ELI-${RESOL_ATM_3D} 
  • CONFIG/UNIFORM/v6/LMDZORINCA_v6.1.10/EXPERIMENTS/LMDZOR/amip/config.card

    r4788 r6473  
    66#D-- UserChoices - 
    77[UserChoices] 
     8EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 
    89#============================ 
    910JobName=LMDZOR01 
  • CONFIG/UNIFORM/v6/LMDZORINCA_v6.1.10/EXPERIMENTS/LMDZOR/amip_nudge/config.card

    r4788 r6473  
    66#D-- UserChoices - 
    77[UserChoices] 
     8EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 
    89#============================ 
    910JobName=LMDZORnudge 
  • CONFIG/UNIFORM/v6/LMDZORINCA_v6.1.10/EXPERIMENTS/LMDZOR/clim_360d/config.card

    r4788 r6473  
    66#D-- UserChoices - 
    77[UserChoices] 
     8EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 
    89#============================ 
    910JobName=LMDZOR01 
  • CONFIG/UNIFORM/v6/LMDZORINCA_v6.1.10/EXPERIMENTS/LMDZOR/clim_pdControl/config.card

    r4788 r6473  
    66#D-- UserChoices - 
    77[UserChoices] 
     8EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 
    89#============================ 
    910JobName=LMDZOR01 
  • CONFIG/UNIFORM/v6/LMDZORINCA_v6.1.10/EXPERIMENTS/LMDZORINCA/AER/config.card

    r4788 r6473  
    1111#D-- UserChoices - 
    1212[UserChoices] 
     13EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 
    1314#============================ 
    1415#D-- (<8 chars MAX for JobName) 
  • CONFIG/UNIFORM/v6/LMDZORINCA_v6.1.10/EXPERIMENTS/LMDZORINCA/AER_historical/config.card

    r5039 r6473  
    66#D-- UserChoices - 
    77[UserChoices] 
     8EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 
    89#============================ 
    910JobName=LOI6.01 
  • CONFIG/UNIFORM/v6/LMDZORINCA_v6.1.10/EXPERIMENTS/LMDZORINCA/AER_pdControl/config.card

    r5039 r6473  
    66#D-- UserChoices - 
    77[UserChoices] 
     8EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 
    89#============================ 
    910JobName=LOI6.01 
  • CONFIG/UNIFORM/v6/LMDZORINCA_v6.1.10/EXPERIMENTS/LMDZORINCA/CREATE_erai/config.card

    r4788 r6473  
    88#D-- UserChoices - 
    99[UserChoices] 
     10EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 
    1011#============================ 
    1112JobName=ELerai-${RESOL_ATM_3D} 
  • CONFIG/UNIFORM/v6/LMDZORINCA_v6.1.10/EXPERIMENTS/LMDZORINCA/DUSS/config.card

    r4788 r6473  
    1111#D-- UserChoices - 
    1212[UserChoices] 
     13EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 
    1314#============================ 
    1415#D-- (<8 chars MAX for JobName) 
  • CONFIG/UNIFORM/v6/LMDZORINCA_v6.1.10/EXPERIMENTS/LMDZORINCA/GES/config.card

    r4788 r6473  
    1111#D-- UserChoices - 
    1212[UserChoices] 
     13EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 
    1314#============================ 
    1415#D-- (<8 chars MAX for JobName) 
  • CONFIG/UNIFORM/v6/LMDZORINCA_v6.1.10/EXPERIMENTS/LMDZORINCA/NMHC/config.card

    r4788 r6473  
    1111#D-- UserChoices - 
    1212[UserChoices] 
     13EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 
    1314#============================ 
    1415#D-- (<8 chars MAX for JobName) 
  • CONFIG/UNIFORM/v6/LMDZORINCA_v6.1.10/EXPERIMENTS/LMDZORINCA/NMHC_AER/config.card

    r4788 r6473  
    1111#D-- UserChoices - 
    1212[UserChoices] 
     13EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 
    1314#============================ 
    1415#D-- (<8 chars MAX for JobName) 
  • CONFIG/UNIFORM/v6/LMDZORINCA_v6.1.10/EXPERIMENTS/LMDZORINCA/NMHC_AER_S/config.card

    r4788 r6473  
    1111#D-- UserChoices - 
    1212[UserChoices] 
     13EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 
    1314#============================ 
    1415#D-- (<8 chars MAX for JobName) 
Note: See TracChangeset for help on using the changeset viewer.