Changeset 579 for CONFIG/IPSLCM/IPSLCM5/trunk
- Timestamp:
- 03/17/09 15:25:02 (16 years ago)
- Location:
- CONFIG/IPSLCM/IPSLCM5/trunk
- Files:
-
- 5 added
- 2 deleted
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
CONFIG/IPSLCM/IPSLCM5/trunk/AA_make
r515 r579 11 11 #-Q- eshpux cp -f $(PRISM_DIR)/util/compile/frames/include_$(PRISM_NAME)/COMP_oasis3_$(LIB_MPI).$(PRISM_NAME) $(OASIS3_DIR)/.; \ 12 12 #-Q- eshpux cp -f $(PRISM_DIR)/util/compile/frames/include_$(PRISM_NAME)/COMP_libs.$(PRISM_NAME) $(PRISM_DIR)/util/. ; fi 13 if [ -s ./.resol ] ; then gmake `cat .resol` ; else gmake ORCA2xLMD9671 ; fi 13 if [ -s ./.resol ] ; then gmake `cat .resol` ; else gmake ORCA2xLMD9695 ; fi 14 15 ORCA2xLMD4443 : libioipsl oasis3 liborchidee orca2 lmdz4443 verif 16 echo "ORCA2xLMD4443" >.resol 17 echo "$(LIB_MPI)" >.libmpi 18 19 ORCA2xLMD5655 : libioipsl oasis3 liborchidee orca2 lmdz5655 verif 20 echo "ORCA2xLMD5655" >.resol 21 echo "$(LIB_MPI)" >.libmpi 14 22 15 23 ORCA2xLMD9671 : libioipsl oasis3 liborchidee orca2 lmdz9671 verif … … 38 46 #-Q- platine (rm -f ../../lib/parallel.mod) 39 47 48 lmdz4443: 49 (cd ../../modeles/LMDZ4; ./makegcm_fcm -d 44x43x19 -m $(FCM_ARCH) create_etat0_limit ; cp bin/create_etat0_limit_44x43x19_t4_phylmd_seq.e ../../bin/create_etat0_limit.e ; ) 50 (cd ../../modeles/LMDZ4; ./makegcm_fcm -d 44x43x19 -psmile true -v true -parallel true -c $(LIB_MPI) -m $(FCM_ARCH) gcm ; cp bin/gcm_44x43x19_t4_phylmd_para_orch_couple.e ../../bin/gcm.e ; ) 51 52 lmdz5655: 53 (cd ../../modeles/LMDZ4; ./makegcm_fcm -d 56x55x19 -m $(FCM_ARCH) create_etat0_limit ; cp bin/create_etat0_limit_56x55x19_t4_phylmd_seq.e ../../bin/create_etat0_limit.e ; ) 54 (cd ../../modeles/LMDZ4; ./makegcm_fcm -d 56x55x19 -psmile true -v true -parallel true -c $(LIB_MPI) -m $(FCM_ARCH) gcm ; cp bin/gcm_56x55x19_t4_phylmd_para_orch_couple.e ../../bin/gcm.e ; ) 55 40 56 lmdz9671: 41 57 (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 ; ) … … 51 67 52 68 orca2: 53 (cd ../../modeles/NEMO/WORK; $(M_K) USER_INC='-I ../$(PRISM_DIR)/$(PRISM_ARCH)/build/lib/psmile.$(LIB_MPI)' USER_LIB='-L../$(PRISM_DIR)/$(PRISM_ARCH)/lib -lpsmile.$(LIB_MPI) -lmpp_io' P_P='key_trabbl_dif key_vectopt_loop key_vectopt_memory key_orca_r2 key_lim2 key_dynspg_flt key_ldfslp key_traldf_c2d key_traldf_eiv key_dynldf_c3d key_dtatem key_dtasal key_coupled key_trabbc key_zdftke key_zdfddm key_oasis3 key_diahth key_ cpl_albedo key_cpl_discharge key_mpp_mpi' ; )69 (cd ../../modeles/NEMO/WORK; $(M_K) USER_INC='-I ../$(PRISM_DIR)/$(PRISM_ARCH)/build/lib/psmile.$(LIB_MPI)' USER_LIB='-L../$(PRISM_DIR)/$(PRISM_ARCH)/lib -lpsmile.$(LIB_MPI) -lmpp_io' P_P='key_trabbl_dif key_vectopt_loop key_vectopt_memory key_orca_r2 key_lim2 key_dynspg_flt key_ldfslp key_traldf_c2d key_traldf_eiv key_dynldf_c3d key_dtatem key_dtasal key_coupled key_trabbc key_zdftke key_zdfddm key_oasis3 key_diahth key_diaeiv key_cpl_albedo key_cpl_discharge key_mpp_mpi' ; ) 54 70 55 71 verif: -
CONFIG/IPSLCM/IPSLCM5/trunk/EXP00/COMP/lmdz.card
r566 r579 16 16 (${R_INIT}/ATM/${config_UserChoices_TagName}/Rugos.nc, .), \ 17 17 (${R_INIT}/ATM/${config_UserChoices_TagName}/landiceref.nc, .), \ 18 (${R_INIT}/ATM/${config_UserChoices_TagName}/${ nemo_UserChoices_ORCA_version}x${RESOL_ATM}/o2a.nc, .)18 (${R_INIT}/ATM/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}x${RESOL_ATM}/o2a.nc, .) 19 19 20 20 [BoundaryFiles] -
CONFIG/IPSLCM/IPSLCM5/trunk/EXP00/COMP/lmdz.driver
r566 r579 10 10 LMD4443) BandsResol=44x43x19 ;; 11 11 LMD7245) BandsResol=72x45x19 ;; 12 LMD5655) BandsResol=56x55x19 ;; 12 13 LMD9671) BandsResol=96x71x19 ;; 13 14 LMD9695) BandsResol=96x95x19 ;; -
CONFIG/IPSLCM/IPSLCM5/trunk/EXP00/COMP/oasis.card
r566 r579 6 6 7 7 [InitialStateFiles] 8 List= (${R_INIT}/CPL/${config_UserChoices_TagName}/${ nemo_UserChoices_ORCA_version}x${RESOL_ATM}/flxat.nc, flxat.nc), \9 (${R_INIT}/CPL/${config_UserChoices_TagName}/${ nemo_UserChoices_ORCA_version}x${RESOL_ATM}/sstoc.nc, sstoc.nc)8 List= (${R_INIT}/CPL/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}x${RESOL_ATM}/flxat.nc, flxat.nc), \ 9 (${R_INIT}/CPL/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}x${RESOL_ATM}/sstoc.nc, sstoc.nc) 10 10 11 11 [BoundaryFiles] 12 12 List= () 13 ListNonDel= (${R_BC}/CPL/${config_UserChoices_TagName}/${ nemo_UserChoices_ORCA_version}x${RESOL_ATM}/grids.nc, grids.nc),\14 (${R_BC}/CPL/${config_UserChoices_TagName}/${ nemo_UserChoices_ORCA_version}x${RESOL_ATM}/masks.nc, masks.nc),\15 (${R_BC}/CPL/${config_UserChoices_TagName}/${ nemo_UserChoices_ORCA_version}x${RESOL_ATM}/areas.nc, areas.nc),\16 (${R_BC}/CPL/${config_UserChoices_TagName}/${ nemo_UserChoices_ORCA_version}x${RESOL_ATM}/mozaic.wa2o, wa2o.flx),\17 (${R_BC}/CPL/${config_UserChoices_TagName}/${ nemo_UserChoices_ORCA_version}x${RESOL_ATM}/mozaic.wo2a, wo2a.tsg),\18 (${R_BC}/CPL/${config_UserChoices_TagName}/${ nemo_UserChoices_ORCA_version}x${RESOL_ATM}/mozaic.wa2o.runoff, wa2o.run),\19 (${R_BC}/CPL/${config_UserChoices_TagName}/${ nemo_UserChoices_ORCA_version}x${RESOL_ATM}/mozaic.wa2o.calvin, wa2o.cal)13 ListNonDel= (${R_BC}/CPL/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}x${RESOL_ATM}/grids.nc, grids.nc),\ 14 (${R_BC}/CPL/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}x${RESOL_ATM}/masks.nc, masks.nc),\ 15 (${R_BC}/CPL/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}x${RESOL_ATM}/areas.nc, areas.nc),\ 16 (${R_BC}/CPL/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}x${RESOL_ATM}/mozaic.wa2o, wa2o.flx),\ 17 (${R_BC}/CPL/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}x${RESOL_ATM}/mozaic.wo2a, wo2a.tsg),\ 18 (${R_BC}/CPL/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}x${RESOL_ATM}/mozaic.wa2o.runoff, wa2o.run),\ 19 (${R_BC}/CPL/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}x${RESOL_ATM}/mozaic.wa2o.calvin, wa2o.cal) 20 20 21 21 [ParametersFiles] … … 42 42 (COTAUZZV_out.${DATE_OASIS}.nc, ${R_OUT_CPL_O_M}/${PREFIX}_COTAUZZV.nc, NONE),\ 43 43 (COWINDSP_out.${DATE_OASIS}.nc, ${R_OUT_CPL_O_M}/${PREFIX}_COWINDSP.nc, NONE),\ 44 (CO EMPSIC_out.${DATE_OASIS}.nc, ${R_OUT_CPL_O_M}/${PREFIX}_COEMPSIC.nc, NONE),\45 (CO NESOPR_out.${DATE_OASIS}.nc, ${R_OUT_CPL_O_M}/${PREFIX}_CONESOPR.nc, NONE),\46 (CO EMPOCE_out.${DATE_OASIS}.nc, ${R_OUT_CPL_O_M}/${PREFIX}_COEMPOCE.nc, NONE),\44 (COTOTRAI_out.${DATE_OASIS}.nc, ${R_OUT_CPL_O_M}/${PREFIX}_COTOTRAI.nc, NONE),\ 45 (COTOTSNO_out.${DATE_OASIS}.nc, ${R_OUT_CPL_O_M}/${PREFIX}_COTOTSNO.nc, NONE),\ 46 (COTOTEVA_out.${DATE_OASIS}.nc, ${R_OUT_CPL_O_M}/${PREFIX}_COTOTEVA.nc, NONE),\ 47 47 (COICEVAP_out.${DATE_OASIS}.nc, ${R_OUT_CPL_O_M}/${PREFIX}_COICEVAP.nc, NONE),\ 48 (CO SHFOCE_out.${DATE_OASIS}.nc, ${R_OUT_CPL_O_M}/${PREFIX}_COSHFOCE.nc, NONE),\49 (CO NSFOCE_out.${DATE_OASIS}.nc, ${R_OUT_CPL_O_M}/${PREFIX}_CONSFOCE.nc, NONE),\48 (COQSRMIX_out.${DATE_OASIS}.nc, ${R_OUT_CPL_O_M}/${PREFIX}_COQSRMIX.nc, NONE),\ 49 (COQNSMIX_out.${DATE_OASIS}.nc, ${R_OUT_CPL_O_M}/${PREFIX}_COQNSMIX.nc, NONE),\ 50 50 (COSHFICE_out.${DATE_OASIS}.nc, ${R_OUT_CPL_O_M}/${PREFIX}_COSHFICE.nc, NONE),\ 51 51 (CONSFICE_out.${DATE_OASIS}.nc, ${R_OUT_CPL_O_M}/${PREFIX}_CONSFICE.nc, NONE),\ … … 64 64 (O_OTauz2_out.${DATE_OASIS}.nc, ${R_OUT_CPL_O_M}/${PREFIX}_O_OTauz2.nc, NONE),\ 65 65 (O_Wind10_out.${DATE_OASIS}.nc, ${R_OUT_CPL_O_M}/${PREFIX}_O_Wind10.nc, NONE),\ 66 (O SubMPre_out.${DATE_OASIS}.nc, ${R_OUT_CPL_O_M}/${PREFIX}_OSubMPre.nc, NONE),\67 (O ISubMSn_out.${DATE_OASIS}.nc, ${R_OUT_CPL_O_M}/${PREFIX}_OISubMSn.nc, NONE),\68 (O OEvaMPr_out.${DATE_OASIS}.nc, ${R_OUT_CPL_O_M}/${PREFIX}_OOEvaMPr.nc, NONE),\66 (OTotRain_out.${DATE_OASIS}.nc, ${R_OUT_CPL_O_M}/${PREFIX}_OTotRain.nc, NONE),\ 67 (OTotSnow_out.${DATE_OASIS}.nc, ${R_OUT_CPL_O_M}/${PREFIX}_OTotSnow.nc, NONE),\ 68 (OTotEvap_out.${DATE_OASIS}.nc, ${R_OUT_CPL_O_M}/${PREFIX}_OTotEvap.nc, NONE),\ 69 69 (OIceEvap_out.${DATE_OASIS}.nc, ${R_OUT_CPL_O_M}/${PREFIX}_OIceEvap.nc, NONE),\ 70 (O_Qsr Oce_out.${DATE_OASIS}.nc, ${R_OUT_CPL_O_M}/${PREFIX}_O_QsrOce.nc, NONE),\70 (O_QsrMix_out.${DATE_OASIS}.nc, ${R_OUT_CPL_O_M}/${PREFIX}_O_QsrMix.nc, NONE),\ 71 71 (O_QsrIce_out.${DATE_OASIS}.nc, ${R_OUT_CPL_O_M}/${PREFIX}_O_QsrIce.nc, NONE),\ 72 (O_Qns Oce_out.${DATE_OASIS}.nc, ${R_OUT_CPL_O_M}/${PREFIX}_O_QnsOce.nc, NONE),\72 (O_QnsMix_out.${DATE_OASIS}.nc, ${R_OUT_CPL_O_M}/${PREFIX}_O_QnsMix.nc, NONE),\ 73 73 (O_QnsIce_out.${DATE_OASIS}.nc, ${R_OUT_CPL_O_M}/${PREFIX}_O_QnsIce.nc, NONE),\ 74 74 (O_dQnsdT_out.${DATE_OASIS}.nc, ${R_OUT_CPL_O_M}/${PREFIX}_O_dQnsdT.nc, NONE),\ -
CONFIG/IPSLCM/IPSLCM5/trunk/EXP00/PARAM/namcouple_ORCA2xLMD144142
r515 r579 105 105 # OCEAN --->>> ATMOS 106 106 # -------------------- 107 ############################################################################### 108 # Field 1 : Weighted sea surface temperature (o->a 1) 107 # Field 1 : Weighted Sea surface temperature (o->a 1) 109 108 # 110 109 O_SSTSST SISUTESW 1 86400 5 sstoc.nc <output_mode> … … 127 126 # Field 2 : Sea ice extent (o->a 2) 128 127 # 129 OIceFrac SIICECOV 286400 5 sstoc.nc <output_mode>128 OIceFrac SIICECOV 44 86400 5 sstoc.nc <output_mode> 130 129 torc tlmd LAG=5760 131 130 P 2 P 0 … … 176 175 # 177 176 NORSUD WSTEST 177 # 178 178 ############################################################################ 179 179 # … … 299 299 # CHECKOUT: indicate computation of global, land and sea field integrals. 300 300 INT=1 301 # #301 # 302 302 ######################################################################### 303 # Field 11 : emp_ice = evap_ice - ( rain_ice + snow_ice )(a->o flx 7)304 # 305 CO EMPSIC OSubMPre 2586400 4 flxat.nc <output_mode>303 # Field 11 : Total rain (a->o flx 7) 304 # 305 COTOTRAI OTotRain 26 86400 4 flxat.nc <output_mode> 306 306 tlmd torc LAG=1800 307 307 P 0 P 2 … … 317 317 # 318 318 ########################################################################## 319 # Field 12 : sprecip = evap_ice - snow_ice(o->a flx 6)320 # 321 CO NESOPR OISubMSn 2586400 4 flxat.nc <output_mode>319 # Field 12 : Total snow (o->a flx 6) 320 # 321 COTOTSNO OTotSnow 28 86400 4 flxat.nc <output_mode> 322 322 tlmd torc LAG=1800 323 323 P 0 P 2 … … 333 333 # 334 334 ########################################################################## 335 # Field 13 : emp = emp_oce = evap_oce - ( rain_oce + snow_oce )(a->o flx 9)336 # 337 CO EMPOCE OOEvaMPr 2886400 4 flxat.nc <output_mode>335 # Field 13 : Total evap (a->o flx 9) 336 # 337 COTOTEVA OTotEvap 25 86400 4 flxat.nc <output_mode> 338 338 tlmd torc LAG=1800 339 339 P 0 P 2 … … 351 351 # Field 14 : Evaporation Ice (a->o flx 8) 352 352 # 353 COICEVAP OIceEvap 2786400 4 flxat.nc <output_mode>353 COICEVAP OIceEvap 41 86400 4 flxat.nc <output_mode> 354 354 tlmd torc LAG=1800 355 355 P 0 P 2 … … 365 365 # 366 366 ########################################################################## 367 # Field 15 : solar heat flux on ocean(a->o flx 2)368 # 369 CO SHFOCE O_QsrOce7 86400 4 flxat.nc <output_mode>367 # Field 15 : Total solar heat flux (a->o flx 2) 368 # 369 COQSRMIX O_QsrMix 7 86400 4 flxat.nc <output_mode> 370 370 tlmd torc LAG=1800 371 371 P 0 P 2 … … 381 381 # 382 382 ######################################################################### 383 # Field 16 : Non solar heat flux on ocean(a->o flx 4)384 # 385 CO NSFOCE O_QnsOce6 86400 4 flxat.nc <output_mode>383 # Field 16 : Total Non solar heat flux (a->o flx 4) 384 # 385 COQNSMIX O_QnsMix 6 86400 4 flxat.nc <output_mode> 386 386 tlmd torc LAG=1800 387 387 P 0 P 2 … … 447 447 # Field 20 : iceberg calving (a->o flx 12) 448 448 # 449 COCALVIN OCalving 3 286400 4 flxat.nc <output_mode>449 COCALVIN OCalving 36 86400 4 flxat.nc <output_mode> 450 450 tlmd torc LAG=1800 451 451 P 0 P 2 … … 461 461 # 462 462 ############################################################################ 463 # Field 21 : run-off(a->o flx 11)463 # Field 21 : liquid run-off (river + direct) (a->o flx 11) 464 464 # 465 465 COLIQRUN O_Runoff 32 86400 5 flxat.nc <output_mode> -
CONFIG/IPSLCM/IPSLCM5/trunk/EXP00/PARAM/namcouple_ORCA2xLMD9671
r515 r579 126 126 # Field 2 : Sea ice extent (o->a 2) 127 127 # 128 OIceFrac SIICECOV 286400 5 sstoc.nc <output_mode>128 OIceFrac SIICECOV 44 86400 5 sstoc.nc <output_mode> 129 129 torc tlmd LAG=5760 130 130 P 2 P 0 … … 308 308 ######################################################################### 309 309 # 310 # Field 11 : emp_ice = evap_ice - ( rain_ice + snow_ice )(a->o flx 7)311 # 312 CO EMPSIC OSubMPre 2586400 4 flxat.nc <output_mode>310 # Field 11 : Total rain (a->o flx 7) 311 # 312 COTOTRAI OTotRain 26 86400 4 flxat.nc <output_mode> 313 313 tlmd torc LAG=1800 314 314 P 0 P 2 … … 325 325 ########################################################################## 326 326 # 327 # Field 12 : sprecip = evap_ice - snow_ice(o->a flx 6)328 # 329 CO NESOPR OISubMSn 2586400 4 flxat.nc <output_mode>327 # Field 12 : Total snow (o->a flx 6) 328 # 329 COTOTSNO OTotSnow 28 86400 4 flxat.nc <output_mode> 330 330 tlmd torc LAG=1800 331 331 P 0 P 2 … … 342 342 ######################################################################### 343 343 # 344 # Field 13 : emp = emp_oce = evap_oce - ( rain_oce + snow_oce )(a->o flx 9)345 # 346 CO EMPOCE OOEvaMPr 2986400 4 flxat.nc <output_mode>344 # Field 13 : Total evap (a->o flx 9) 345 # 346 COTOTEVA OTotEvap 25 86400 4 flxat.nc <output_mode> 347 347 tlmd torc LAG=1800 348 348 P 0 P 2 … … 376 376 ########################################################################### 377 377 # 378 # Field 15 : solar heat flux on ocean(a->o flx 2)379 # 380 CO SHFOCE O_QsrOce7 86400 4 flxat.nc <output_mode>378 # Field 15 : Total solar heat flux (a->o flx 2) 379 # 380 COQSRMIX O_QsrMix 7 86400 4 flxat.nc <output_mode> 381 381 tlmd torc LAG=1800 382 382 P 0 P 2 … … 393 393 ######################################################################### 394 394 # 395 # Field 16 : Non solar heat flux on ocean(a->o flx 4)396 # 397 CO NSFOCE O_QnsOce6 86400 4 flxat.nc <output_mode>395 # Field 16 : Total Non solar heat flux (a->o flx 4) 396 # 397 COQNSMIX O_QnsMix 6 86400 4 flxat.nc <output_mode> 398 398 tlmd torc LAG=1800 399 399 P 0 P 2 -
CONFIG/IPSLCM/IPSLCM5/trunk/EXP00/PARAM/namcouple_ORCA2xLMD9695
r566 r579 105 105 # OCEAN --->>> ATMOS 106 106 # -------------------- 107 ###############################################################################108 #109 107 # Field 1 : Weighted sea surface temperature (o->a 1) 110 108 # … … 126 124 # 127 125 ############################################################################ 128 #129 126 # Field 2 : Sea ice extent (o->a 2) 130 127 # 131 OIceFrac SIICECOV 286400 5 sstoc.nc <output_mode>128 OIceFrac SIICECOV 44 86400 5 sstoc.nc <output_mode> 132 129 torc tlmd LAG=5760 133 130 P 2 P 0 … … 145 142 # 146 143 ############################################################################ 147 # 148 # Field 4 : Weighted Sea Ice Temperature (o->a 3) 144 # Field 3 : Weighted Sea Ice Temperature (o->a 3) 149 145 # 150 146 O_TepIce SIICTEMW 34 86400 5 sstoc.nc <output_mode> … … 162 158 NORSUD WSTEST 163 159 ############################################################################ 164 # 165 # Field 3 : Weighted Sea ice albedo (o->a 4) 160 # Field 4 : Weighted Sea ice albedo (o->a 4) 166 161 # 167 162 O_AlbIce SIICEALW 17 86400 5 sstoc.nc <output_mode> … … 309 304 # CHECKOUT: indicate computation of global, land and sea field integrals. 310 305 INT=1 311 # #312 ######################################################################### 313 # 314 # Field 11 : emp_ice = evap_ice - ( rain_ice + snow_ice )(a->o flx 7)315 # 316 CO EMPSIC OSubMPre 2586400 4 flxat.nc <output_mode>317 tlmd torc LAG=1800 318 P 0 P 2 319 INVERT CHECKIN MOZAIC CHECKOUT 320 # Reverse 321 NORSUD WSTEST 322 # CHECKIN: indicate computation of global, land and sea field integrals. 323 INT=1 324 # Interpolation method ou parametres mozaic 325 wa2o.flx 92 2 18 326 # CHECKOUT: indicate computation of global, land and sea field integrals. 327 INT=1 328 # 329 ########################################################################## 330 # 331 # Field 12 : sprecip = evap_ice - snow_ice(o->a flx 6)332 # 333 CO NESOPR OISubMSn 2586400 4 flxat.nc <output_mode>334 tlmd torc LAG=1800 335 P 0 P 2 336 INVERT CHECKIN MOZAIC CHECKOUT 337 # Reverse 338 NORSUD WSTEST 339 # CHECKIN: indicate computation of global, land and sea field integrals. 340 INT=1 341 # Interpolation method ou parametres mozaic 342 wa2o.flx 92 2 18 343 # CHECKOUT: indicate computation of global, land and sea field integrals. 344 INT=1 345 # 346 ######################################################################### 347 # 348 # Field 13 : emp = emp_oce = evap_oce - ( rain_oce + snow_oce )(a->o flx 9)349 # 350 CO EMPOCE OOEvaMPr 2986400 4 flxat.nc <output_mode>306 # 307 ######################################################################### 308 # 309 # Field 11 : Total rain (a->o flx 7) 310 # 311 COTOTRAI OTotRain 26 86400 4 flxat.nc <output_mode> 312 tlmd torc LAG=1800 313 P 0 P 2 314 INVERT CHECKIN MOZAIC CHECKOUT 315 # Reverse 316 NORSUD WSTEST 317 # CHECKIN: indicate computation of global, land and sea field integrals. 318 INT=1 319 # Interpolation method ou parametres mozaic 320 wa2o.flx 92 2 18 321 # CHECKOUT: indicate computation of global, land and sea field integrals. 322 INT=1 323 # 324 ########################################################################## 325 # 326 # Field 12 : Total snow (o->a flx 6) 327 # 328 COTOTSNO OTotSnow 28 86400 4 flxat.nc <output_mode> 329 tlmd torc LAG=1800 330 P 0 P 2 331 INVERT CHECKIN MOZAIC CHECKOUT 332 # Reverse 333 NORSUD WSTEST 334 # CHECKIN: indicate computation of global, land and sea field integrals. 335 INT=1 336 # Interpolation method ou parametres mozaic 337 wa2o.flx 92 2 18 338 # CHECKOUT: indicate computation of global, land and sea field integrals. 339 INT=1 340 # 341 ######################################################################### 342 # 343 # Field 13 : Total evap (a->o flx 9) 344 # 345 COTOTEVA OTotEvap 25 86400 4 flxat.nc <output_mode> 351 346 tlmd torc LAG=1800 352 347 P 0 P 2 … … 380 375 ########################################################################## 381 376 # 382 # Field 15 : solar heat flux on ocean(a->o flx 2)383 # 384 CO SHFOCE O_QsrOce7 86400 4 flxat.nc <output_mode>377 # Field 15 : Total solar heat flux (a->o flx 2) 378 # 379 COQSRMIX O_QsrMix 7 86400 4 flxat.nc <output_mode> 385 380 tlmd torc LAG=1800 386 381 P 0 P 2 … … 397 392 ######################################################################### 398 393 # 399 # Field 16 : Non solar heat flux on ocean(a->o flx 4)400 # 401 CO NSFOCE O_QnsOce6 86400 4 flxat.nc <output_mode>394 # Field 16 : Total Non solar heat flux (a->o flx 4) 395 # 396 COQNSMIX O_QnsMix 6 86400 4 flxat.nc <output_mode> 402 397 tlmd torc LAG=1800 403 398 P 0 P 2 -
CONFIG/IPSLCM/IPSLCM5/trunk/EXP00/PARAM/namelist_ORCA2
r568 r579 52 52 &nam_zgr ! vertical coordinate 53 53 !----------------------------------------------------------------------- 54 ln_zco = . true.! z-coordinate - full steps (T/F) ("key_zco" may also be defined)55 ln_zps = . false.! z-coordinate - partial steps (T/F)54 ln_zco = .false. ! z-coordinate - full steps (T/F) ("key_zco" may also be defined) 55 ln_zps = .true. ! z-coordinate - partial steps (T/F) 56 56 ln_sco = .false. ! s- or hybrid z-s-coordinate (T/F) 57 57 / … … 195 195 cn_rcv_tau_grid = 'U,V' ! 'T' 'U,V' 'U,V,F' 'U,V,I' 'T,F' 'T,I' 'T,U,V' 196 196 cn_rcv_dqnsdt = 'coupled' ! 'none' 'coupled' 197 cn_rcv_qsr = ' oce and ice'! 'conservative' 'oce and ice' 'mixed oce-ice'198 cn_rcv_qns = ' oce and ice'! 'conservative' 'oce and ice' 'mixed oce-ice'199 cn_rcv_emp = ' oce and ice'! 'conservative' 'oce and ice' 'mixed oce-ice'197 cn_rcv_qsr = 'conservative' ! 'conservative' 'oce and ice' 'mixed oce-ice' 198 cn_rcv_qns = 'conservative' ! 'conservative' 'oce and ice' 'mixed oce-ice' 199 cn_rcv_emp = 'conservative' ! 'conservative' 'oce and ice' 'mixed oce-ice' 200 200 cn_rcv_rnf = 'coupled' ! 'coupled' 'climato' 'mixed' 201 201 cn_rcv_cal = 'coupled' ! 'none' 'coupled' … … 431 431 &nam_dynadv ! formulation of the momentum advection 432 432 !----------------------------------------------------------------------- 433 ln_dynadv_vec = . false.! vector form (T) or flux form (F)434 ln_dynadv_cen2= . true.! flux form - 2nd order centered scheme433 ln_dynadv_vec = .true. ! vector form (T) or flux form (F) 434 ln_dynadv_cen2= .false. ! flux form - 2nd order centered scheme 435 435 ln_dynadv_ubs = .false. ! flux form - 3rd order UBS scheme 436 436 / … … 446 446 &nam_dynhpg ! Hydrostatic pressure gradient option 447 447 !----------------------------------------------------------------------- 448 ln_hpg_zco = . true.! z-coordinate - full steps449 ln_hpg_zps = . false.! z-coordinate - partial steps (interpolation)448 ln_hpg_zco = .false. ! z-coordinate - full steps 449 ln_hpg_zps = .true. ! z-coordinate - partial steps (interpolation) 450 450 ln_hpg_sco = .false. ! s-coordinate (standard jacobian formulation) 451 451 ln_hpg_hel = .false. ! s-coordinate (helsinki modification) … … 680 680 &namptr ! Poleward Transport Diagnostic 681 681 !----------------------------------------------------------------------- 682 ln_diaptr = .false. ! Poleward heat and salt transport (T) or not (F) 683 ln_subbas = .false. ! Atlantic/Pacific/Indian basins computation (T) or not 682 ln_diaptr = .true. ! Poleward heat and salt transport (T) or not (F) 683 ln_diaznl = .true. ! Add zonal means and meridional stream functions 684 ln_subbas = .true. ! Atlantic/Pacific/Indian basins computation (T) or not 684 685 ! (orca configuration only, need input basins mask file named "subbasins.nc" 685 nf_ptr = 15 ! Frequency of ptr computation [time step] 686 / 686 nf_ptr = 1 ! Frequency of ptr computation [time step] 687 nf_ptr_wri = 15 ! AUTO - Frequency of ptr outputs 688 / -
CONFIG/IPSLCM/IPSLCM5/trunk/EXP00/config.card
r564 r579 1 1 # 2 # This is config.card file for restart with an NEW libIGCM simulation tree.2 # This is config.card file for IPSLCM5 configuration 3 3 # 4 4 #======================================================================== … … 16 16 #-- leap, noleap, 360d 17 17 CalendarType=360d 18 #-- Début et fin de Job18 #-- Experiment dates : Beginning and ending 19 19 #-- "YYYY-MM-DD" 20 20 DateBegin=1860-01-01 21 21 DateEnd=1860-02-30 22 22 #============================ 23 #-- 1Y, 1M, 5D, 1D 23 #-- 1Y, 1M, 5D, 1D Period Length of one trunk of simulation 24 24 PeriodLength=1M 25 25 #============================ … … 36 36 #============================ 37 37 # config.card configuration options : 38 #R_INIT=/home/mancip/PROG/IPSL/FORCAGE_OL/INIT 39 #R_BC=/home/mancip/PROG/IPSL/FORCAGE_OL/BC 38 #R_INIT=/u/rech/psl/rpsl035/IGCM/INIT 39 #R_INIT=/dmnfs/cont003/p86ipsl/IGCM/INIT 40 #R_BC=/u/rech/psl/rpsl035/IGCM/BC 41 #R_BC=/dmnfs/cont003/p86ipsl/IGCM/BC 40 42 #============================ 41 43 … … 45 47 #D- For each component, Name of component, Tag of component 46 48 ATM= (lmdz, LMDZ.4) 47 SRF= (orchidee, ORCHIDEE.1.9 )48 OCE= ( nemo, NEMO_v3_beta)49 SRF= (orchidee, ORCHIDEE.1.9.2) 50 OCE= (opa9, NEMO_v3_1 + revision 1340) 49 51 ICE= (lim2, LIM_2) 50 52 CPL= (oasis, OASIS3) … … 64 66 #D-- Restarts - 65 67 [Restarts] 66 #D- If you want a GENERAL RULE FOR RESTARTS, put this flag to 'y'68 #D- If you want a GENERAL RULE FOR ALL COMPONENTS RESTARTS, put this flag to 'y' 67 69 OverRule=n 68 70 #D- Last day of the experience used as restart … … 72 74 #D- Path Server Group Login 73 75 RestartPath=${ARCHIVE}/IGCM_OUT/IPSLCM5 74 # Attention login depend de la machine75 76 76 77 #======================================================================== … … 96 97 # If config_Restarts_OverRule == 'n' all params are read 97 98 Restart= n 98 # Last day of the experience used as restart 99 # Last day of the experience used as restart for this component 99 100 RestartDate=1999-12-30 100 101 # Define restart simulation name … … 107 108 #D-- OCE - 108 109 [OCE] 109 WriteFrequency="1M 1D" 110 WriteFrequency="1M" 111 # If config_Restarts_OverRule == 'n' all params are read 110 112 Restart= n 111 ##-- Last day of the experience used as restart 113 ##-- Last day of the experience used as restart for this component 112 114 RestartDate=1999-12-30 113 115 # Define restart simulation name … … 121 123 [ICE] 122 124 WriteFrequency="1M" 125 # If config_Restarts_OverRule == 'n' all params are read 123 126 Restart= n 124 ##-- Last day of the experience used as restart 127 ##-- Last day of the experience used as restart for this component 125 128 RestartDate=1999-12-30 126 129 # Define restart simulation name … … 134 137 [SRF] 135 138 WriteFrequency="1M" 139 # If config_Restarts_OverRule == 'n' all params are read 136 140 Restart=n 137 ##-- Last day of the experience used as restart 141 ##-- Last day of the experience used as restart for this component 138 142 RestartDate=1999-12-30 139 143 # Define restart simulation name … … 147 151 [CPL] 148 152 WriteFrequency="1D" 153 # If config_Restarts_OverRule == 'n' all params are read 149 154 Restart= n 150 ##-- Last day of the experience used as restart 155 ##-- Last day of the experience used as restart for this component 151 156 RestartDate=1999-12-30 152 157 # Define restart simulation name
Note: See TracChangeset
for help on using the changeset viewer.