Changeset 6371


Ignore:
Timestamp:
04/11/23 16:11:54 (13 months ago)
Author:
cetlod
Message:

NEMOv6.1 : Update config to run on the new Irene OS

Location:
CONFIG/UNIFORM/v6/NEMO_v6
Files:
6 added
1 deleted
18 edited

Legend:

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

    r5837 r6371  
    44#-  
    55 
    6 MYSRC_DIR = $(shell /bin/pwd) 
     6submitdir=$(shell pwd) 
     7arch_path=${submitdir}/ARCH/ 
     8nemo_path=${submitdir}/SOURCES/ 
    79 
    810all :  
     
    2931 
    3032xios: ../../modeles/XIOS 
    31         (cd ../../modeles/XIOS; ./make_xios --arch $(FCM_ARCH) --prod  --job 4 ; cp bin/xios_server.exe ../../bin/. ; ) 
     33        (rm -f ${arch_path}/arch.env ; ln -sf ${arch_path}/arch-${FCM_ARCH}.env ${arch_path}/arch.env  ; cd ../../modeles/XIOS; cp ${arch_path}/arch-${FCM_ARCH}.fcm arch/. ; ./make_xios --arch $(FCM_ARCH) --arch_path ${arch_path} --prod  --job 4 ; cp bin/xios_server.exe ../../bin/. ; ) 
    3234 
    3335 
    3436orca2lim3pisces:  ../../modeles/NEMOGCM/CONFIG 
    35         (cd ../../modeles/NEMOGCM/CONFIG; cp ../../../config/NEMO_v6/ARCH/arch-${FCM_ARCH}.fcm ../ARCH/. ; ./makenemo -m ${FCM_ARCH} -n ORCA2_LIM3_PISCES -r ORCA1_LIM3_PISCES -j16  ; cp ORCA2_LIM3_PISCES/BLD/bin/nemo.exe ../../../bin/orca2lim3pisces.exe ; ) 
     37        (. ${arch_path}/arch-${FCM_ARCH}.env ; cd ../../modeles/NEMOGCM/CONFIG; cp ${nemo_path}/arch-${FCM_ARCH}.fcm ../ARCH/. ; ./makenemo -m ${FCM_ARCH} -n ORCA2_LIM3_PISCES -r ORCA1_LIM3_PISCES -j16  ; cp ORCA2_LIM3_PISCES/BLD/bin/nemo.exe ../../../bin/orca2lim3pisces.exe ; ) 
    3638 
    3739orca2offpisces:  ../../modeles/NEMOGCM/CONFIG 
    38         (cd ../../modeles/NEMOGCM/CONFIG; cp ../../../config/NEMO_v6/ARCH/arch-${FCM_ARCH}.fcm ../ARCH/. ; ./makenemo -m ${FCM_ARCH} -n ORCA2_OFF_PISCES -j16 add_key "key_xios2" del_key "key_trabbl" ; cp ORCA2_OFF_PISCES/BLD/bin/nemo.exe ../../../bin/orca2offpisces.exe ; ) 
     40        (. ${arch_path}/arch-${FCM_ARCH}.env ; cd ../../modeles/NEMOGCM/CONFIG; cp ${nemo_path}/arch-${FCM_ARCH}.fcm ../ARCH/. ; ./makenemo -m ${FCM_ARCH} -n ORCA2_OFF_PISCES -j16 add_key "key_xios2" del_key "key_trabbl" ; cp ORCA2_OFF_PISCES/BLD/bin/nemo.exe ../../../bin/orca2offpisces.exe ; ) 
    3941 
    4042orca2offpiscesv5:  ../../modeles/NEMOGCM/CONFIG 
    41         (cd ../../modeles/NEMOGCM/CONFIG; cp ../../../config/NEMO_v6/ARCH/arch-${FCM_ARCH}.fcm ../ARCH/. ; cp ../../../config/NEMO_v6/SOURCES/*.F90 ORCA2_OFF_PISCES/MY_SRC/.  ; ./makenemo -m ${FCM_ARCH} -n ORCA2_OFF_PISCES -j16 add_key "key_xios2" del_key "key_trabbl"  ; cp ORCA2_OFF_PISCES/BLD/bin/nemo.exe ../../../bin/orca2offpiscesv5.exe ; ) 
     43        (. ${arch_path}/arch-${FCM_ARCH}.env ; cd ../../modeles/NEMOGCM/CONFIG; cp ${nemo_path}/arch-${FCM_ARCH}.fcm ../ARCH/. ; cp ${nemo_path}/*.F90 ORCA2_OFF_PISCES/MY_SRC/.  ; ./makenemo -m ${FCM_ARCH} -n ORCA2_OFF_PISCES -j16 add_key "key_xios2" del_key "key_trabbl"  ; cp ORCA2_OFF_PISCES/BLD/bin/nemo.exe ../../../bin/orca2offpiscesv5.exe ; ) 
    4244 
    4345orca1lim3:  ../../modeles/NEMOGCM/CONFIG 
    44         (cd ../../modeles/NEMOGCM/CONFIG; cp ../../../config/NEMO_v6/ARCH/arch-${FCM_ARCH}.fcm ../ARCH/. ; ./makenemo -m ${FCM_ARCH} -n ORCA1_LIM3 -r ORCA1_LIM3_PISCES -j16  del_key "key_mpp_rep key_nosignedzero key_top key_pisces key_age key_cfc" ; cp ORCA1_LIM3_PISCES/BLD/bin/nemo.exe ../../../bin/orca1lim3.exe ; ) 
     46        (. ${arch_path}/arch-${FCM_ARCH}.env ; cd ../../modeles/NEMOGCM/CONFIG; cp ${nemo_path}/arch-${FCM_ARCH}.fcm ../ARCH/. ; ./makenemo -m ${FCM_ARCH} -n ORCA1_LIM3 -r ORCA1_LIM3_PISCES -j16  del_key "key_mpp_rep key_nosignedzero key_top key_pisces key_age key_cfc" ; cp ORCA1_LIM3_PISCES/BLD/bin/nemo.exe ../../../bin/orca1lim3.exe ; ) 
    4547 
    4648orca1lim3pisces:  ../../modeles/NEMOGCM/CONFIG 
    47         (cd ../../modeles/NEMOGCM/CONFIG; cp ../../../config/NEMO_v6/ARCH/arch-${FCM_ARCH}.fcm ../ARCH/. ; ./makenemo -m ${FCM_ARCH} -n ORCA1_LIM3_PISCES -j16  ; cp ORCA1_LIM3_PISCES/BLD/bin/nemo.exe ../../../bin/orca1lim3pisces.exe ; ) 
     49        (. ${arch_path}/arch-${FCM_ARCH}.env ; cd ../../modeles/NEMOGCM/CONFIG; cp ${nemo_path}/arch-${FCM_ARCH}.fcm ../ARCH/. ; ./makenemo -m ${FCM_ARCH} -n ORCA1_LIM3_PISCES -j16  ; cp ORCA1_LIM3_PISCES/BLD/bin/nemo.exe ../../../bin/orca1lim3pisces.exe ; ) 
    4850 
    4951orca1offpisces:  ../../modeles/NEMOGCM/CONFIG 
    50         (cd ../../modeles/NEMOGCM/CONFIG; cp ../../../config/NEMO_v6/ARCH/arch-${FCM_ARCH}.fcm ../ARCH/. ; ./makenemo -m ${FCM_ARCH} -n ORCA1_OFF_PISCES -j16  ; cp ORCA1_OFF_PISCES/BLD/bin/nemo.exe ../../../bin/orca1offpisces.exe ; ) 
     52        (. ${arch_path}/arch-${FCM_ARCH}.env ; cd ../../modeles/NEMOGCM/CONFIG; cp ${nemo_path}/arch-${FCM_ARCH}.fcm ../ARCH/. ; ./makenemo -m ${FCM_ARCH} -n ORCA1_OFF_PISCES -j16  ; cp ORCA1_OFF_PISCES/BLD/bin/nemo.exe ../../../bin/orca1offpisces.exe ; ) 
    5153 
    5254orca025lim3:  ../../modeles/NEMOGCM/CONFIG 
    53         (cd ../../modeles/NEMOGCM/CONFIG; cp ../../../config/NEMO_v6/ARCH/arch-${FCM_ARCH}.fcm ../ARCH/. ; ./makenemo -m ${FCM_ARCH} -n ORCA025_LIM3 -r ORCA025_LIM3_PISCES -j16  del_key "key_mpp_rep key_nosignedzero key_top key_pisces key_age"  ; cp ORCA025_LIM3/BLD/bin/nemo.exe ../../../bin/orca025lim3.exe ; ) 
     55        (. ${arch_path}/arch-${FCM_ARCH}.env ; cd ../../modeles/NEMOGCM/CONFIG; cp ${nemo_path}/arch-${FCM_ARCH}.fcm ../ARCH/. ; ./makenemo -m ${FCM_ARCH} -n ORCA025_LIM3 -r ORCA025_LIM3_PISCES -j16  del_key "key_mpp_rep key_nosignedzero key_top key_pisces key_age"  ; cp ORCA025_LIM3/BLD/bin/nemo.exe ../../../bin/orca025lim3.exe ; ) 
    5456 
    5557orca025lim3pisces:  ../../modeles/NEMOGCM/CONFIG 
    56         (cd ../../modeles/NEMOGCM/CONFIG; cp ../../../config/NEMO_v6/ARCH/arch-${FCM_ARCH}.fcm ../ARCH/. ; ./makenemo -m ${FCM_ARCH} -n ORCA025_LIM3_PISCES -j16  ; cp ORCA025_LIM3_PISCES/BLD/bin/nemo.exe ../../../bin/orca025lim3pisces.exe ; ) 
     58        (. ${arch_path}/arch-${FCM_ARCH}.env ; cd ../../modeles/NEMOGCM/CONFIG; cp ${nemo_path}/arch-${FCM_ARCH}.fcm ../ARCH/. ; ./makenemo -m ${FCM_ARCH} -n ORCA025_LIM3_PISCES -j16  ; cp ORCA025_LIM3_PISCES/BLD/bin/nemo.exe ../../../bin/orca025lim3pisces.exe ; ) 
    5759 
    5860orca025lim3piscescrs:  ../../modeles/NEMOGCM/CONFIG 
    59         (cd ../../modeles/NEMOGCM/CONFIG; cp ../../../config/NEMO_v6/ARCH/arch-${FCM_ARCH}.fcm ../ARCH/. ; ./makenemo -m ${FCM_ARCH} -n ORCA025_LIM3_PISCES_CRS -r ORCA025_LIM3_PISCES -j16 add_key "key_crs"  ; cp ORCA025_LIM3_PISCES_CRS/BLD/bin/nemo.exe ../../../bin/orca025lim3piscescrs.exe ; ) 
     61        (. ${arch_path}/arch-${FCM_ARCH}.env ; cd ../../modeles/NEMOGCM/CONFIG; cp ${nemo_path}/arch-${FCM_ARCH}.fcm ../ARCH/. ; ./makenemo -m ${FCM_ARCH} -n ORCA025_LIM3_PISCES_CRS -r ORCA025_LIM3_PISCES -j16 add_key "key_crs"  ; cp ORCA025_LIM3_PISCES_CRS/BLD/bin/nemo.exe ../../../bin/orca025lim3piscescrs.exe ; ) 
    6062 
    6163verif: ../../bin 
  • CONFIG/UNIFORM/v6/NEMO_v6/ARCH/arch-X64_IRENE-AMD.fcm

    r5091 r6371  
    1 # Irene-amd BULL at TGCC, http://www-hpc.cea.fr/en/complexe/tgcc-irene.htm 
    2 # 
    3 # NCDF_HOME   root directory containing lib and include subdirectories for netcdf4 
    4 # HDF5_HOME   root directory containing lib and include subdirectories for HDF5 
    5 # XIOS_HOME   root directory containing lib for XIOS 
    6 # OASIS_HOME  root directory containing lib for OASIS 
    7 # 
    8 # NCDF_INC    netcdf4 include file 
    9 # NCDF_LIB    netcdf4 library 
    10 # XIOS_INC    xios include file    (taken into accound only if key_iomput is activated) 
    11 # XIOS_LIB    xios library         (taken into accound only if key_iomput is activated) 
    12 # OASIS_INC   oasis include file   (taken into accound only if key_oasis3 is activated) 
    13 # OASIS_LIB   oasis library        (taken into accound only if key_oasis3 is activated) 
    14 # 
    15 # FC          Fortran compiler command 
    16 # FCFLAGS     Fortran compiler flags 
    17 # FFLAGS      Fortran 77 compiler flags 
    18 # LD          linker 
    19 # LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries 
    20 # FPPFLAGS    pre-processing flags 
    21 # AR          assembler 
    22 # ARFLAGS     assembler flags 
    23 # MK          make 
    24 # USER_INC    complete list of include files 
    25 # USER_LIB    complete list of libraries to pass to the linker 
    26 # 
    27 # Note that: 
    28 #  - unix variables "$..." are accpeted and will be evaluated before calling fcm. 
    29 #  - fcm variables are starting with a % (and not a $) 
    30 # 
    31 %XIOS_HOME           ${PWD}/../../XIOS 
    32 %OASIS_HOME          ${PWD}/../../../oasis3-mct/BLD 
     1################################################################################ 
     2###################                Projet XIOS               ################### 
     3################################################################################ 
    334 
    34 %NCDF_INC            -I${NETCDFC_INCDIR} -I${NETCDFFORTRAN_INCDIR} 
    35 %NCDF_LIB            -L${NETCDFC_LIBDIR} -lnetcdf -L${NETCDFFORTRAN_LIBDIR} -lnetcdff  
    36 %XIOS_INC            -I%XIOS_HOME/inc  
    37 %XIOS_LIB            -L%XIOS_HOME/lib -lxios 
    38 %OASIS_INC           -I%OASIS_HOME/build/lib/psmile.MPI1  
    39 %OASIS_LIB           -L%OASIS_HOME/lib -lpsmile.MPI1 -lscrip -lmct -lmpeu 
     5%CCOMPILER      mpicc 
     6%FCOMPILER      mpif90 
     7%LINKER         mpif90  -nofor-main 
    408 
    41 %CPP                 cpp 
    42 %FC                  mpif90 -c -cpp 
    43 %FCFLAGS             -i4 -r8 -O3 -fp-model strict 
    44 %FFLAGS              %FCFLAGS 
    45 %LD                  mpif90 
    46 %LDFLAGS             -lstdc++ 
    47 %FPPFLAGS            -P -C -traditional 
    48 %AR                  ar 
    49 %ARFLAGS             rs 
    50 %MK                  gmake 
    51 %USER_INC            %XIOS_INC %OASIS_INC %NCDF_INC 
    52 %USER_LIB            %XIOS_LIB %OASIS_LIB %NCDF_LIB 
     9%BASE_CFLAGS    -std=gnu++98 -diag-disable 1125 -diag-disable 279 -D__XIOS_EXCEPTION 
     10%PROD_CFLAGS    -O3 -D BOOST_DISABLE_ASSERTS 
     11#%DEV_CFLAGS     -g -traceback 
     12%DEV_CFLAGS     -g  
     13%DEBUG_CFLAGS   -DBZ_DEBUG -g -traceback -fno-inline 
     14 
     15%BASE_FFLAGS    -D__NONE__  
     16%PROD_FFLAGS    -O3 
     17#%DEV_FFLAGS     -g -traceback 
     18%DEV_FFLAGS     -g  
     19%DEBUG_FFLAGS   -g -traceback 
     20 
     21%BASE_INC       -D__NONE__ 
     22%BASE_LD        -lstdc++ 
     23 
     24%CPP            mpicc -EP 
     25%FPP            cpp -P 
     26%MAKE           gmake 
  • CONFIG/UNIFORM/v6/NEMO_v6/ARCH/arch-X64_IRENE.fcm

    r3992 r6371  
    1 # Irene BULL at TGCC, http://www-hpc.cea.fr/en/complexe/tgcc-irene.htm 
    2 # 
    3 # NCDF_HOME   root directory containing lib and include subdirectories for netcdf4 
    4 # HDF5_HOME   root directory containing lib and include subdirectories for HDF5 
    5 # XIOS_HOME   root directory containing lib for XIOS 
    6 # OASIS_HOME  root directory containing lib for OASIS 
    7 # 
    8 # NCDF_INC    netcdf4 include file 
    9 # NCDF_LIB    netcdf4 library 
    10 # XIOS_INC    xios include file    (taken into accound only if key_iomput is activated) 
    11 # XIOS_LIB    xios library         (taken into accound only if key_iomput is activated) 
    12 # OASIS_INC   oasis include file   (taken into accound only if key_oasis3 is activated) 
    13 # OASIS_LIB   oasis library        (taken into accound only if key_oasis3 is activated) 
    14 # 
    15 # FC          Fortran compiler command 
    16 # FCFLAGS     Fortran compiler flags 
    17 # FFLAGS      Fortran 77 compiler flags 
    18 # LD          linker 
    19 # LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries 
    20 # FPPFLAGS    pre-processing flags 
    21 # AR          assembler 
    22 # ARFLAGS     assembler flags 
    23 # MK          make 
    24 # USER_INC    complete list of include files 
    25 # USER_LIB    complete list of libraries to pass to the linker 
    26 # 
    27 # Note that: 
    28 #  - unix variables "$..." are accpeted and will be evaluated before calling fcm. 
    29 #  - fcm variables are starting with a % (and not a $) 
    30 # 
    31 %XIOS_HOME           ${PWD}/../../XIOS 
    32 %OASIS_HOME          ${PWD}/../../../oasis3-mct/BLD 
     1################################################################################ 
     2###################                Projet XIOS               ################### 
     3################################################################################ 
    334 
    34 %NCDF_INC            -I${NETCDFC_INCDIR} -I${NETCDFFORTRAN_INCDIR} 
    35 %NCDF_LIB            -L${NETCDFC_LIBDIR} -lnetcdf -L${NETCDFFORTRAN_LIBDIR} -lnetcdff  
    36 %XIOS_INC            -I%XIOS_HOME/inc  
    37 %XIOS_LIB            -L%XIOS_HOME/lib -lxios 
    38 %OASIS_INC           -I%OASIS_HOME/build/lib/psmile.MPI1  
    39 %OASIS_LIB           -L%OASIS_HOME/lib -lpsmile.MPI1 -lscrip -lmct -lmpeu 
     5%CCOMPILER      mpicc 
     6%FCOMPILER      mpif90 
     7%LINKER         mpif90  -nofor-main 
    408 
    41 %CPP                 cpp -P -nostdinc 
    42 %FC                  mpif90 -c -cpp 
    43 %FCFLAGS             -i4 -r8 -O3 -fp-model precise 
    44 %FFLAGS              %FCFLAGS 
    45 %LD                  mpif90 
    46 %LDFLAGS             -lstdc++ 
    47 %FPPFLAGS            -P -C -traditional 
    48 %AR                  ar 
    49 %ARFLAGS             rs 
    50 %MK                  gmake 
    51 %USER_INC            %XIOS_INC %OASIS_INC %NCDF_INC 
    52 %USER_LIB            %XIOS_LIB %OASIS_LIB %NCDF_LIB 
     9%BASE_CFLAGS    -std=gnu++98 -diag-disable 1125 -diag-disable 279 -D__XIOS_EXCEPTION 
     10%PROD_CFLAGS    -O3 -D BOOST_DISABLE_ASSERTS 
     11#%DEV_CFLAGS     -g -traceback 
     12%DEV_CFLAGS     -g  
     13%DEBUG_CFLAGS   -DBZ_DEBUG -g -traceback -fno-inline 
     14 
     15%BASE_FFLAGS    -D__NONE__  
     16%PROD_FFLAGS    -O3 
     17#%DEV_FFLAGS     -g -traceback 
     18%DEV_FFLAGS     -g  
     19%DEBUG_FFLAGS   -g -traceback 
     20 
     21%BASE_INC       -D__NONE__ 
     22%BASE_LD        -lstdc++ 
     23 
     24%CPP            mpicc -EP 
     25%FPP            cpp -P 
     26%MAKE           gmake 
  • CONFIG/UNIFORM/v6/NEMO_v6/ARCH/arch-X64_JEANZAY.fcm

    r5568 r6371  
    1 # Jean-Zay HPE at IDRIS, http://www.idris.fr/jean-zay 
    2 # 
    3 # NCDF_HOME   root directory containing lib and include subdirectories for netcdf4 
    4 # HDF5_HOME   root directory containing lib and include subdirectories for HDF5 
    5 # XIOS_HOME   root directory containing lib for XIOS 
    6 # OASIS_HOME  root directory containing lib for OASIS 
    7 # 
    8 # NCDF_INC    netcdf4 include file 
    9 # NCDF_LIB    netcdf4 library 
    10 # XIOS_INC    xios include file    (taken into accound only if key_iomput is activated) 
    11 # XIOS_LIB    xios library         (taken into accound only if key_iomput is activated) 
    12 # OASIS_INC   oasis include file   (taken into accound only if key_oasis3 is activated) 
    13 # OASIS_LIB   oasis library        (taken into accound only if key_oasis3 is activated) 
    14 # 
    15 # FC          Fortran compiler command 
    16 # FCFLAGS     Fortran compiler flags 
    17 # FFLAGS      Fortran 77 compiler flags 
    18 # LD          linker 
    19 # LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries 
    20 # FPPFLAGS    pre-processing flags 
    21 # AR          assembler 
    22 # ARFLAGS     assembler flags 
    23 # MK          make 
    24 # USER_INC    complete list of include files 
    25 # USER_LIB    complete list of libraries to pass to the linker 
    26 # 
    27 # Note that: 
    28 #  - unix variables "$..." are accpeted and will be evaluated before calling fcm. 
    29 #  - fcm variables are starting with a % (and not a $) 
    30 # 
    31 %XIOS_HOME           ${PWD}/../../XIOS 
    32 %OASIS_HOME          ${PWD}/../../../oasis3-mct/BLD 
     1################################################################################ 
     2####################                Projet XIOS               ################### 
     3################################################################################# 
    334 
    34 %NCDF_INC             
    35 %NCDF_LIB            -lnetcdff -lnetcdf 
    36 %XIOS_INC            -I%XIOS_HOME/inc  
    37 %XIOS_LIB            -L%XIOS_HOME/lib -lxios 
    38 %OASIS_INC           -I%OASIS_HOME/build/lib/mct -I%OASIS_HOME/build/lib/psmile.MPI1 
    39 %OASIS_LIB           -L%OASIS_HOME/lib -lpsmile.MPI1 -lscrip -lmct -lmpeu 
    405 
    41 %CPP                 cpp 
    42 %FC                  mpiifort -c -cpp 
    43 %FCFLAGS             -i4 -r8 -O3 -fp-model precise -xCORE-AVX512 -fno-alias 
    44 %FFLAGS              %FCFLAGS 
    45 %LD                  mpiifort 
    46 %LDFLAGS             -lstdc++ 
    47 %FPPFLAGS            -P -C -traditional 
    48 %AR                  ar 
    49 %ARFLAGS             rs 
    50 %MK                  gmake 
    51 %USER_INC            %XIOS_INC %OASIS_INC %NCDF_INC 
    52 %USER_LIB            %XIOS_LIB %OASIS_LIB %NCDF_LIB 
     6%CCOMPILER      mpiicc 
     7%FCOMPILER      mpiifort 
     8%LINKER         mpiifort  -nofor-main 
     9 
     10%BASE_CFLAGS    -diag-disable 1125 -diag-disable 279 -std=gnu++98 
     11%PROD_CFLAGS    -O3 -D BOOST_DISABLE_ASSERTS 
     12%DEV_CFLAGS     -g -traceback 
     13%DEBUG_CFLAGS   -DBZ_DEBUG -g -traceback -fno-inline 
     14 
     15%BASE_FFLAGS    -D__NONE__  
     16%PROD_FFLAGS    -O3 
     17%DEV_FFLAGS     -g -O2 -traceback 
     18%DEBUG_FFLAGS   -g -traceback 
     19 
     20%BASE_INC       -D__NONE__ 
     21%BASE_LD        -lstdc++ 
     22 
     23%CPP            mpiicc -EP 
     24%FPP            cpp -P 
     25%MAKE           gmake 
  • CONFIG/UNIFORM/v6/NEMO_v6/EXPERIMENTS/ORCA025_LIM3/ia/config.card

    r6141 r6371  
    3030#-- 1Y, 1M, 5D, 1D 
    3131PeriodLength=1Y 
     32#============================ 
     33#-- Source following file with module settings, only if it exists 
     34EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 
    3235#============================ 
    3336# config.card configuration options : 
  • CONFIG/UNIFORM/v6/NEMO_v6/EXPERIMENTS/ORCA025_LIM3_PISCES/ia/config.card

    r6141 r6371  
    3030#-- 1Y, 1M, 5D, 1D 
    3131PeriodLength=1M 
     32##============================ 
     33#-- Source following file with module settings, only if it exists 
     34EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 
    3235#============================ 
    3336# config.card configuration options : 
  • CONFIG/UNIFORM/v6/NEMO_v6/EXPERIMENTS/ORCA1_LIM3_PISCES/core/clim/config.card

    r4909 r6371  
    3030#-- 1Y, 1M, 5D, 1D 
    3131PeriodLength=1Y 
     32##============================ 
     33#-- Source following file with module settings, only if it exists 
     34EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 
    3235#============================ 
    3336# config.card configuration options : 
  • CONFIG/UNIFORM/v6/NEMO_v6/EXPERIMENTS/ORCA1_LIM3_PISCES/core/ia/config.card

    r6141 r6371  
    3030#-- 1Y, 1M, 5D, 1D 
    3131PeriodLength=1Y 
     32##============================ 
     33#-- Source following file with module settings, only if it exists 
     34EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 
    3235#============================ 
     36 
    3337# config.card configuration options : 
    3438#R_BC=$WORKDIR/../../gzi/rgzi002/IGCM/BC 
  • CONFIG/UNIFORM/v6/NEMO_v6/EXPERIMENTS/ORCA1_LIM3_PISCES/jra/ia/config.card

    r6141 r6371  
    3030#-- 1Y, 1M, 5D, 1D 
    3131PeriodLength=1Y 
     32#============================ 
     33#-- Source following file with module settings, only if it exists 
     34EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 
    3235#============================ 
    3336# config.card configuration options : 
  • CONFIG/UNIFORM/v6/NEMO_v6/EXPERIMENTS/ORCA1_LIM3_PISCES_CMIP6/omip1/ia/config.card

    r4909 r6371  
    3333#-- 1Y, 1M, 5D, 1D 
    3434PeriodLength=1Y 
    35 #D- For curie, use mpirun as suggested by TGCC 
    36 #ExecutionModeOnCurie=mpirun 
     35##============================ 
     36#-- Source following file with module settings, only if it exists 
     37EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 
    3738#============================ 
    3839# config.card configuration options : 
  • CONFIG/UNIFORM/v6/NEMO_v6/EXPERIMENTS/ORCA1_LIM3_PISCES_CMIP6/omip2/ia/config.card

    r4909 r6371  
    3333#-- 1Y, 1M, 5D, 1D 
    3434PeriodLength=1Y 
    35 #D- For curie, use mpirun as suggested by TGCC 
    36 #ExecutionModeOnCurie=mpirun 
     35#============================ 
     36#-- Source following file with module settings, only if it exists 
     37EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 
    3738#============================ 
    3839# config.card configuration options : 
  • CONFIG/UNIFORM/v6/NEMO_v6/EXPERIMENTS/ORCA1_OFF_PISCES/ia/config.card

    r6141 r6371  
    3030#-- 1Y, 1M, 5D, 1D 
    3131PeriodLength=1Y 
     32#============================ 
     33#-- Source following file with module settings, only if it exists 
     34EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 
    3235#============================ 
    3336# config.card configuration options : 
  • CONFIG/UNIFORM/v6/NEMO_v6/EXPERIMENTS/ORCA2_LIM3_PISCES/core/clim/config.card

    r6141 r6371  
    2828#-- 1Y, 1M, 5D, 1D 
    2929PeriodLength=1Y 
     30#============================ 
     31#-- Source following file with module settings, only if it exists 
     32EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 
    3033#============================ 
    3134# config.card configuration options : 
  • CONFIG/UNIFORM/v6/NEMO_v6/EXPERIMENTS/ORCA2_LIM3_PISCES/core/ia/config.card

    r6141 r6371  
    2828#-- 1Y, 1M, 5D, 1D 
    2929PeriodLength=1Y 
     30#============================ 
     31#-- Source following file with module settings, only if it exists 
     32EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 
    3033#============================ 
    3134# config.card configuration options : 
  • CONFIG/UNIFORM/v6/NEMO_v6/EXPERIMENTS/ORCA2_LIM3_PISCES/dfs5/ia/config.card

    r6141 r6371  
    2828#-- 1Y, 1M, 5D, 1D 
    2929PeriodLength=1Y 
     30#============================ 
     31#-- Source following file with module settings, only if it exists 
     32EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 
    3033#============================ 
    3134# config.card configuration options : 
  • CONFIG/UNIFORM/v6/NEMO_v6/EXPERIMENTS/ORCA2_LIM3_PISCES/jra/ia/config.card

    r6141 r6371  
    2828#-- 1Y, 1M, 5D, 1D 
    2929PeriodLength=1Y 
     30#============================ 
     31#-- Source following file with module settings, only if it exists 
     32EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 
    3033#============================ 
    3134# config.card configuration options : 
  • CONFIG/UNIFORM/v6/NEMO_v6/EXPERIMENTS/ORCA2_OFF_PISCES/clim/config.card

    r6141 r6371  
    3030#-- 1Y, 1M, 5D, 1D 
    3131PeriodLength=1Y 
     32#============================ 
     33#-- Source following file with module settings, only if it exists 
     34EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 
     35#============================ 
     36#-- Source following file with module settings, only if it exists 
     37EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 
    3238#============================ 
    3339# config.card configuration options : 
  • CONFIG/UNIFORM/v6/NEMO_v6/EXPERIMENTS/ORCA2_OFF_PISCES/ia/config.card

    r6141 r6371  
    3030#-- 1Y, 1M, 5D, 1D 
    3131PeriodLength=1Y 
     32#============================ 
     33#-- Source following file with module settings, only if it exists 
     34EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 
    3235#============================ 
    3336# config.card configuration options : 
Note: See TracChangeset for help on using the changeset viewer.