Changeset 4645


Ignore:
Timestamp:
08/12/19 15:15:54 (5 years ago)
Author:
jgipsl
Message:
  • Add resol_oce in executable name for opa.
  • Change .esm to .ESMCO2 in executable name for opa
Location:
CONFIG/UNIFORM/v6/IPSLCM6.2
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/IPSLCM6.2/EXPERIMENTS/IPSLCM/pdControl_MR025/config.card

    r4446 r4645  
    3232#-- 1Y, 1M, 5D, 1D Period Length of one trunk of simulation 
    3333PeriodLength=1Y 
     34#============================ 
     35#-- Compression level for netcdf output files 
     36CompressionLevel=0 
     37#============================ 
     38#-- Source following file with module settings, only if it exists 
     39EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 
     40#============================ 
     41#-- ResolAtm indicates the atmospheric resolution 
     42#   This variable is used in the executable name  
     43ResolAtm=256x256x79 
     44ResolOce=ORCA025 
     45#============================ 
     46# OptMode indicates the optimization mode choosen during compilation 
     47# This variable is used in the executable name 
     48OptMode=prod 
    3449 
    3550#D- For curie, use ccc_mprun as suggested by TGCC 
     
    158173[Executable] 
    159174#D- For each component, Real name of executable, Name of executable for oasis 
    160 ATM= (gcm.e, lmdz.x, 128MPI, 8OMP) 
     175ATM= (gcm_${ResolAtm}_${OptMode}.e, lmdz.x, 128MPI, 8OMP) 
    161176SRF= ("" ,"" ) 
    162177SBG= ("" ,"" ) 
    163 OCE= (opa, opa.xx, 2489MPI) 
     178OCE= (opa_${ResolOce}_${OptMode}, opa.xx, 2489MPI) 
    164179ICE= ("" ,"" ) 
    165180CPL= ("", "" ) 
    166 IOS= (xios_server.exe, xios.x, 72MPI) 
     181IOS= (xios_server_${OptMode}.exe, xios.x, 72MPI) 
    167182 
    168183#======================================================================== 
  • CONFIG/UNIFORM/v6/IPSLCM6.2/EXPERIMENTS/IPSLCM/pdControl_TEST/config.card

    r4630 r4645  
    186186SRF= ("" ,"" ) 
    187187SBG= ("" ,"" ) 
    188 OCE= (opa_${OptMode}, opa.xx, 360MPI) 
     188OCE= (opa_${ResolOce}_${OptMode}, opa.xx, 360MPI) 
    189189ICE= ("" ,"" ) 
    190190MBG= ("" ,"" ) 
  • CONFIG/UNIFORM/v6/IPSLCM6.2/EXPERIMENTS/IPSLCM/piControl_TEST/config.card

    r4630 r4645  
    186186SRF= ("" ,"" ) 
    187187SBG= ("" ,"" ) 
    188 OCE= (opa_${OptMode}, opa.xx, 360MPI) 
     188OCE= (opa_${ResolOce}_${OptMode}, opa.xx, 360MPI) 
    189189ICE= ("" ,"" ) 
    190190MBG= ("" ,"" ) 
  • CONFIG/UNIFORM/v6/IPSLCM6.2/EXPERIMENTS/IPSLESM/CO2/piControl_TEST/config.card

    r4630 r4645  
    188188SRF= ("" ,"" ) 
    189189SBG= ("" ,"" ) 
    190 OCE= (opa.esm_${OptMode}, opa.xx, 360MPI) 
     190OCE= (opa.ESMCO2_${ResolOce}_${OptMode}, opa.xx, 360MPI) 
    191191ICE= ("" ,"" ) 
    192192MBG= ("" ,"" ) 
  • CONFIG/UNIFORM/v6/IPSLCM6.2/compile_ipslcm6.sh

    r4644 r4645  
    293293if [ -f $nemo_root/$cfg_wrk/BLD/bin/nemo.exe ] ; then 
    294294    if [ ${esmco2} == y ] ;  then  
    295         mv $nemo_root/$cfg_wrk/BLD/bin/nemo.exe $modipsl/bin/opa.esm_${optmode} 
     295        mv $nemo_root/$cfg_wrk/BLD/bin/nemo.exe $modipsl/bin/opa.ESMCO2_${resol_oce}_${optmode} 
    296296    else 
    297         mv $nemo_root/$cfg_wrk/BLD/bin/nemo.exe $modipsl/bin/opa_${optmode} 
     297        mv $nemo_root/$cfg_wrk/BLD/bin/nemo.exe $modipsl/bin/opa_${resol_oce}_${optmode} 
    298298    fi 
    299299fi 
Note: See TracChangeset for help on using the changeset viewer.