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

Updated LMDZOR_v6 to run on new RH8 TGCC environment.

File:
1 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 
Note: See TracChangeset for help on using the changeset viewer.