Changeset 5879 for CONFIG


Ignore:
Timestamp:
07/05/21 16:30:50 (3 years ago)
Author:
snguyen
Message:

Modified Makefile to add configuration PALEOIPSLCM5A2-VLR while retaining IPSLCM5A2-VLR as default configuration for compilation. Moved NEMO SOURCES of IPSLCM5A2-VLR to SOURCES/NEMO/STANDARD and created SOURCES/NEMO/PALEO for PALEOIPSLCM5A2-VLR configuration. Created paleolmdz in Makefile to compile LMDZ sources in SOURCES/LMDZ/PALEO. Added experiments IPSLCM/paleo and LMDZOR/paleo. Added file_def_nemo-lim2_paleo.xml file_def_histmth_lmdz_paleo.xml file_def_nemo-opa_paleo.xml file_def_nemo-pisces_rivers_paleo.xml file_def_nemo-pisces_paleo.xml file_def_orchidee_paleo.xml namelist_ORCA2_cfg_paleo namelist_pisces_ORCA2_cfg_paleo to GENERAL/PARAM for paleo configurations. Set day_step=720 in GENERAL/PARAM/gcm.def_96x95 for paleo configurations. Modified GENERAL/DRIVER/opa9.driver to use namelist_ORCA2_cfg_paleo for paleo configurations.

Location:
CONFIG/UNIFORM/v6/IPSLCM5A2
Files:
50 added
4 deleted
3 edited

Legend:

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

    r4041 r5879  
    1414        $(M_K) ORCA2LIM2xLMD9695-L39 
    1515 
     16PALEOIPSLCM5A2-VLR :     
     17        $(M_K) ORCA2LIM2xLMD9695-L39xPALEO 
     18 
    1619IPSLCM5A2-LR : 
    1720        $(M_K) ORCA2LIM2xLMD144142-L39 
     
    1922ORCA2LIM2xLMD9695-L39 : libioipsl oasis3-mct xios liborchidee orca2lim2 lmdz96x95x39 verif 
    2023        echo "ORCA2LIM2xLMD9695-L39" >.resol 
     24        echo "RESOL_ATM_3D=96x95x39" >>.resol 
     25        echo "$(LIB_MPI)" >.libmpi 
     26 
     27ORCA2LIM2xLMD9695-L39xPALEO : libioipsl oasis3-mct xios liborchidee paleorca2lim2 paleolmdz96x95x39 verif 
     28        echo "ORCA2LIM2xLMD9695-L39xPALEO" >.resol 
    2129        echo "RESOL_ATM_3D=96x95x39" >>.resol 
    2230        echo "$(LIB_MPI)" >.libmpi 
     
    3947        $(M_K) lmdz RESOL_LMDZ=96x95x39 
    4048 
     49paleolmdz96x95x39: 
     50        $(M_K) paleolmdz RESOL_LMDZ=96x95x39 
     51 
    4152lmdz144x142x39: 
    4253        $(M_K) lmdz RESOL_LMDZ=144x142x39 
     
    4657        (cd ../../modeles/LMDZ ; ./makelmdz_fcm -d $(RESOL_LMDZ) -mem -cosp false -v true -parallel mpi_omp -io xios -c OMCT -job 8 -arch $(FCM_ARCH) gcm  ; mv bin/gcm_$(RESOL_LMDZ)_phylmd_para_mem_orch_couple.e ../../bin/gcm.e ; ) 
    4758 
     59paleolmdz: ../../modeles/LMDZ 
     60        (cd ../../modeles/LMDZ; ./makelmdz_fcm -d $(RESOL_LMDZ) -arch $(FCM_ARCH) -j 8 ce0l ; cp bin/ce0l_$(RESOL_LMDZ)_phylmd_seq.e ../../bin/create_etat0_limit.e ; ) 
     61        (cd ../../modeles/LMDZ ; cp ${MYSRC_DIR}/SOURCES/LMDZ/PALEO/fonte_neige_mod.F90 libf/phylmd/. ; cp ${MYSRC_DIR}/SOURCES/LMDZ/PALEO/hydrol.F90 libf/phylmd/. ; cp ${MYSRC_DIR}/SOURCES/LMDZ/PALEO/surf_landice_mod.F90 libf/phylmd/. ; ./makelmdz_fcm -d $(RESOL_LMDZ) -mem -cosp false -v true -parallel mpi_omp -io xios -c OMCT -job 8 -arch $(FCM_ARCH) gcm  ; mv bin/gcm_$(RESOL_LMDZ)_phylmd_para_mem_orch_couple.e ../../bin/gcm.e ; ) 
     62 
    4863xios: ../../modeles/XIOS 
    4964        (cd ../../modeles/XIOS; ./make_xios --arch $(FCM_ARCH) --prod --use_oasis oasis3_mct --job 8 ; cp bin/xios_server.exe ../../bin/. ; ) 
    5065 
    5166orca2lim2:  ../../modeles/NEMOGCM/CONFIG 
    52         (cd ../../modeles/NEMOGCM/CONFIG; cp ../../../config/IPSLCM5A2/SOURCES/NEMO/arch-${FCM_ARCH}.fcm ../ARCH/. ; cp ../../../config/IPSLCM5A2/SOURCES/NEMO/*.cfg ../TOOLS/COMPILE/. ; ./makenemo -m ${FCM_ARCH} -n ORCA2_LIM_PISCES -e "$(MYSRC_DIR)/SOURCES/NEMO" -j16 add_key "key_lim2_vp key_oasis3 key_diahth key_diaar5 key_xios2" del_key "key_nosignedzero " ; cp ORCA2_LIM_PISCES/BLD/bin/nemo.exe ../../../bin/opa ; ) 
     67        (cd ../../modeles/NEMOGCM/CONFIG; cp ../../../config/IPSLCM5A2/SOURCES/NEMO/arch-${FCM_ARCH}.fcm ../ARCH/. ; cp ../../../config/IPSLCM5A2/SOURCES/NEMO/*.cfg ../TOOLS/COMPILE/. ; ./makenemo -m ${FCM_ARCH} -n ORCA2_LIM_PISCES -e "$(MYSRC_DIR)/SOURCES/NEMO/STANDARD" -j16 add_key "key_lim2_vp key_oasis3 key_diahth key_diaar5 key_xios2" del_key "key_nosignedzero " ; cp ORCA2_LIM_PISCES/BLD/bin/nemo.exe ../../../bin/opa ; ) 
     68 
     69paleorca2lim2:  ../../modeles/NEMOGCM/CONFIG 
     70        (cd ../../modeles/NEMOGCM/CONFIG; cp ../../../config/IPSLCM5A2/SOURCES/NEMO/arch-${FCM_ARCH}.fcm ../ARCH/. ; cp ../../../config/IPSLCM5A2/SOURCES/NEMO/PALEO/*.cfg ../TOOLS/COMPILE/. ; ./makenemo -m ${FCM_ARCH} -n ORCA2_LIM_PISCES -e "$(MYSRC_DIR)/SOURCES/NEMO/PALEO" -j16 add_key "key_lim2_vp key_oasis3 key_diahth key_diaar5 key_xios2" del_key "key_nosignedzero " ; cp ORCA2_LIM_PISCES/BLD/bin/nemo.exe ../../../bin/opa ; ) 
    5371 
    5472verif: ../../bin 
  • CONFIG/UNIFORM/v6/IPSLCM5A2/GENERAL/DRIVER/opa9.driver

    r4873 r5879  
    2626    supergrep () { grep "^ *$1 *=" $2 | sed -e "s% *\!.*%%" -e "s%^ *$1 *=%%" ; } 
    2727    ##--Variables used by OPA -- 
    28     NAMELIST_OPA_CFG=${SUBMIT_DIR}/PARAM/namelist_${RESOL_OCE}_cfg 
     28    ISPALEO=${config_UserChoices_ExpType##*/} 
     29    if [ "${ISPALEO}" = "paleo" ] ; then 
     30        NAMELIST_OPA_CFG=${SUBMIT_DIR}/PARAM/namelist_${RESOL_OCE}_cfg_paleo 
     31    else 
     32        NAMELIST_OPA_CFG=${SUBMIT_DIR}/PARAM/namelist_${RESOL_OCE}_cfg 
     33    fi 
    2934    IGCM_debug_Print 1 "namelist_cfg : ${NAMELIST_OPA_CFG}" 
    3035    if [ ! -r ${NAMELIST_OPA_CFG} ] ; then 
     
    3843    # OPA_NN_FSBC=$(   supergrep nn_fsbc       namelist_cfg ) 
    3944    (( OPA_NPDT_DAY   =  86400 / OPA_RDT        )) 
    40     (( OPA_NPDT_YEAR  =  OPA_NPDT_DAY * 365     )) 
     45    #(( OPA_NPDT_YEAR  =  OPA_NPDT_DAY * 365     )) 
    4146    (( OPA_RDT_SBC    =  OPA_RDT * OPA_NN_FSBC )) 
     47    # nleapy configuration 
     48    case ${config_UserChoices_CalendarType} in 
     49        ( leap|gregorian) OPA_NLEAPY=1 
     50                          (( OPA_NPDT_YEAR  =  OPA_NPDT_DAY * 365     )) ;; 
     51        ( noleap        ) OPA_NLEAPY=0 
     52                          (( OPA_NPDT_YEAR  =  OPA_NPDT_DAY * 365     )) ;; 
     53        ( 360d          ) OPA_NLEAPY=30 
     54                          (( OPA_NPDT_YEAR  =  OPA_NPDT_DAY * 360     )) ;; 
     55        ( *             ) OPA_NLEAPY=30 
     56                          (( OPA_NPDT_YEAR  =  OPA_NPDT_DAY * 360     )) ;; 
     57    esac 
    4258  
    4359    # Period Length In Days between DateBegin and first day of calendar 0001 01 01 
     
    144160    fi 
    145161 
    146     # nleapy configuration 
    147     case ${config_UserChoices_CalendarType} in 
    148         ( leap|gregorian) OPA_NLEAPY=1  ;; 
    149         ( noleap        ) OPA_NLEAPY=0  ;; 
    150         ( 360d          ) OPA_NLEAPY=30 ;; 
    151         ( *             ) OPA_NLEAPY=30 ;; 
    152     esac 
    153  
    154162    if ( [ "${opa9_UserChoices_Reproducibility_after_restart}" = "y" ] ) ; then 
    155163        ##-- choose the right restart file 
  • CONFIG/UNIFORM/v6/IPSLCM5A2/GENERAL/PARAM/gcm.def_96x95

    r2758 r5879  
    11## $Id$ 
    22## nombre de pas par jour (multiple de iperiod) ( ici pour  dt = 1 min )       
    3 day_step=480 
     3day_step=720 
    44## periode pour le pas Matsuno (en pas) 
    55iperiod=5 
     
    2626## periode de la physique (en pas)                                        
    2727## iphysiq est modifie pour la nouvelle physique par le lmdz.driver pour les autres cas le valeur par defaut est utilise 
    28 iphysiq=_AUTO_ : DEFAULT = 10 
     28iphysiq=_AUTO_ : DEFAULT = 15 
    2929## longitude en degres du centre du zoom                                  
    3030clon=0. 
Note: See TracChangeset for help on using the changeset viewer.