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.

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