Changeset 6473
- Timestamp:
- 05/22/23 16:36:14 (16 months ago)
- 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 1 1 #- $Id$ 2 2 3 4 submitdir=$(shell pwd) 5 arch_path=${submitdir}/ARCH/ 6 sources_RH8_path=${submitdir}/SOURCES/REDHAT8 3 7 4 8 all : … … 53 57 54 58 xios : 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/. ; ) 56 60 57 61 libioipsl : ../../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) 59 63 60 64 61 65 liborchidee : ../../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) 63 67 64 68 nmhcaer96x95x39: … … 100 104 101 105 inca: ../../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 ; ) 104 108 105 109 lmdz: ../../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 ; ) 108 112 109 113 -
CONFIG/UNIFORM/v6/LMDZORINCA_v6.1.10/EXPERIMENTS/LMDZ/CREATE_amip/config.card
r4788 r6473 8 8 #D-- UserChoices - 9 9 [UserChoices] 10 EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 10 11 #============================ 11 12 JobName=ELI-${RESOL_ATM_3D} -
CONFIG/UNIFORM/v6/LMDZORINCA_v6.1.10/EXPERIMENTS/LMDZOR/amip/config.card
r4788 r6473 6 6 #D-- UserChoices - 7 7 [UserChoices] 8 EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 8 9 #============================ 9 10 JobName=LMDZOR01 -
CONFIG/UNIFORM/v6/LMDZORINCA_v6.1.10/EXPERIMENTS/LMDZOR/amip_nudge/config.card
r4788 r6473 6 6 #D-- UserChoices - 7 7 [UserChoices] 8 EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 8 9 #============================ 9 10 JobName=LMDZORnudge -
CONFIG/UNIFORM/v6/LMDZORINCA_v6.1.10/EXPERIMENTS/LMDZOR/clim_360d/config.card
r4788 r6473 6 6 #D-- UserChoices - 7 7 [UserChoices] 8 EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 8 9 #============================ 9 10 JobName=LMDZOR01 -
CONFIG/UNIFORM/v6/LMDZORINCA_v6.1.10/EXPERIMENTS/LMDZOR/clim_pdControl/config.card
r4788 r6473 6 6 #D-- UserChoices - 7 7 [UserChoices] 8 EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 8 9 #============================ 9 10 JobName=LMDZOR01 -
CONFIG/UNIFORM/v6/LMDZORINCA_v6.1.10/EXPERIMENTS/LMDZORINCA/AER/config.card
r4788 r6473 11 11 #D-- UserChoices - 12 12 [UserChoices] 13 EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 13 14 #============================ 14 15 #D-- (<8 chars MAX for JobName) -
CONFIG/UNIFORM/v6/LMDZORINCA_v6.1.10/EXPERIMENTS/LMDZORINCA/AER_historical/config.card
r5039 r6473 6 6 #D-- UserChoices - 7 7 [UserChoices] 8 EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 8 9 #============================ 9 10 JobName=LOI6.01 -
CONFIG/UNIFORM/v6/LMDZORINCA_v6.1.10/EXPERIMENTS/LMDZORINCA/AER_pdControl/config.card
r5039 r6473 6 6 #D-- UserChoices - 7 7 [UserChoices] 8 EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 8 9 #============================ 9 10 JobName=LOI6.01 -
CONFIG/UNIFORM/v6/LMDZORINCA_v6.1.10/EXPERIMENTS/LMDZORINCA/CREATE_erai/config.card
r4788 r6473 8 8 #D-- UserChoices - 9 9 [UserChoices] 10 EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 10 11 #============================ 11 12 JobName=ELerai-${RESOL_ATM_3D} -
CONFIG/UNIFORM/v6/LMDZORINCA_v6.1.10/EXPERIMENTS/LMDZORINCA/DUSS/config.card
r4788 r6473 11 11 #D-- UserChoices - 12 12 [UserChoices] 13 EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 13 14 #============================ 14 15 #D-- (<8 chars MAX for JobName) -
CONFIG/UNIFORM/v6/LMDZORINCA_v6.1.10/EXPERIMENTS/LMDZORINCA/GES/config.card
r4788 r6473 11 11 #D-- UserChoices - 12 12 [UserChoices] 13 EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 13 14 #============================ 14 15 #D-- (<8 chars MAX for JobName) -
CONFIG/UNIFORM/v6/LMDZORINCA_v6.1.10/EXPERIMENTS/LMDZORINCA/NMHC/config.card
r4788 r6473 11 11 #D-- UserChoices - 12 12 [UserChoices] 13 EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 13 14 #============================ 14 15 #D-- (<8 chars MAX for JobName) -
CONFIG/UNIFORM/v6/LMDZORINCA_v6.1.10/EXPERIMENTS/LMDZORINCA/NMHC_AER/config.card
r4788 r6473 11 11 #D-- UserChoices - 12 12 [UserChoices] 13 EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 13 14 #============================ 14 15 #D-- (<8 chars MAX for JobName) -
CONFIG/UNIFORM/v6/LMDZORINCA_v6.1.10/EXPERIMENTS/LMDZORINCA/NMHC_AER_S/config.card
r4788 r6473 11 11 #D-- UserChoices - 12 12 [UserChoices] 13 EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 13 14 #============================ 14 15 #D-- (<8 chars MAX for JobName)
Note: See TracChangeset
for help on using the changeset viewer.