Changeset 464
- Timestamp:
- 12/11/08 15:05:13 (16 years ago)
- Location:
- CONFIG/IPSLCM/IPSLCM4_v2/trunk
- Files:
-
- 3 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
CONFIG/IPSLCM/IPSLCM4_v2/trunk/AA_make
r460 r464 1 1 #- $Id$ 2 2 #- 3 #- Key options for OPA ocean model + UCL sea ice model : ORCA_R 4 - Coupled3 #- Key options for OPA ocean model + UCL sea ice model : ORCA_R2 _R4 - Coupled 4 4 #- 5 #--- -Wp,-Dkey_orca_r4 resolution option(4,2,05,025)5 #--- -Wp,-Dkey_orca_r4 _r2 resolution option(4,2) 6 6 #--- -Wp,-Dkey_ice_lln + use the Louvain La Neuve sea ice model 7 7 #--- -Wp,-Dkey_freesurf_cstvol Free surface formulation … … 65 65 echo "$(LIB_MPI)" >.libmpi 66 66 67 ORCA2xLMD9695 : libioipsl oasis3 liborchidee orca2 lmdz9695 verif 68 echo "ORCA2xLMD9695" >.resol 69 echo "$(LIB_MPI)" >.libmpi 70 67 71 ORCA2xLMD14496 : libioipsl oasis3 liborchidee orca2 lmdz14496 verif 68 72 echo "ORCA2xLMD14496" >.resol … … 109 113 (cd ../../modeles/LMDZ4; ./makegcm_fcm -d 72x45x19 -m $(FCM_ARCH) create_etat0_limit ; cp bin/create_etat0_limit_72x45x19_t4_phylmd_seq.e ../../bin/create_etat0_limit.e ; ) 110 114 (cd ../../modeles/LMDZ4; ./makegcm_fcm -d 72x45x19 -psmile true -v true -parallel true -c $(LIB_MPI) -m $(FCM_ARCH) gcm ; cp bin/gcm_72x45x19_t4_phylmd_para_orch_couple.e ../../bin/gcm.e ; ) 115 111 116 lmdz9671: 112 117 (cd ../../modeles/LMDZ4; ./makegcm_fcm -d 96x71x19 -m $(FCM_ARCH) create_etat0_limit ; cp bin/create_etat0_limit_96x71x19_t4_phylmd_seq.e ../../bin/create_etat0_limit.e ; ) 113 118 (cd ../../modeles/LMDZ4; ./makegcm_fcm -d 96x71x19 -psmile true -v true -parallel true -c $(LIB_MPI) -m $(FCM_ARCH) gcm ; cp bin/gcm_96x71x19_t4_phylmd_para_orch_couple.e ../../bin/gcm.e ; ) 119 120 lmdz9695: 121 (cd ../../modeles/LMDZ4; ./makegcm_fcm -d 96x95x19 -m $(FCM_ARCH) create_etat0_limit ; cp bin/create_etat0_limit_96x95x19_t4_phylmd_seq.e ../../bin/create_etat0_limit.e ; ) 122 (cd ../../modeles/LMDZ4; ./makegcm_fcm -d 96x95x19 -psmile true -v true -parallel true -c $(LIB_MPI) -m $(FCM_ARCH) gcm ; cp bin/gcm_96x95x19_t4_phylmd_para_orch_couple.e ../../bin/gcm.e ; ) 123 114 124 lmdz14496: 115 125 (cd ../../modeles/LMDZ4; ./makegcm_fcm -d 144x96x19 -m $(FCM_ARCH) create_etat0_limit ; cp bin/create_etat0_limit_144x96x19_t4_phylmd_seq.e ../../bin/create_etat0_limit.e ; ) -
CONFIG/IPSLCM/IPSLCM4_v2/trunk/EXP00/COMP/lmdz.driver
r443 r464 11 11 LMD7245) BandsResol=72x45x19 ;; 12 12 LMD9671) BandsResol=96x71x19 ;; 13 LMD9695) BandsResol=96x95x19 ;; 13 14 LMD14496) BandsResol=144x96x19 ;; 14 15 LMD144142) BandsResol=144x142x19 ;;
Note: See TracChangeset
for help on using the changeset viewer.