- Timestamp:
- Feb 4, 2012, 10:29:01 AM (13 years ago)
- Location:
- trunk/MESOSCALE/LMD_MM_MARS
- Files:
-
- 5 added
- 4 edited
- 4 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/MESOSCALE/LMD_MM_MARS/SIMU/DEF/newphys_THARSIS_WATER/callphys.def.mars11_radact_therm
r389 r515 10 10 #Directory where external input files are 11 11 datadir = /san/home/spiga/DATAFILE/ 12 datadir = /d5/aslmd/datafile/ 12 13 13 14 #Run with or without tracer transport ? -
trunk/MESOSCALE/LMD_MM_MARS/SIMU/DEF/newphys_THARSIS_WATER/namelist.input
r346 r515 20 20 21 21 &domains 22 time_step = 15!! Dynamical timestep22 time_step = 20 !! Dynamical timestep 23 23 dx = 30000, !! (p2) Horizontal resolution 24 24 dy = 30000, !! (p2) Horizontal resolution (should be equal to dx) -
trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2/mars_lmd/libf/phymars/physiq.F
r341 r515 330 330 integer igmin, lmin 331 331 logical tdiag 332 logical tituscap 332 333 333 334 REAL zplev(ngrid,nlayermx+1),zplay(ngrid,nlayermx) … … 1063 1064 c ------------------------------------------- 1064 1065 1065 !!! get the actual co2 seasonal cap from Titus observations 1066 CALL geticecover( ngrid, 180.*zls/pi, 1066 tituscap = .false. 1067 IF (tituscap) THEN 1068 PRINT*,'TITUS CAP !!!' 1069 !!! get the actual co2 seasonal cap from Titus observations 1070 CALL geticecover( ngrid, 180.*zls/pi, 1067 1071 . 180.*long/pi, 180.*lati/pi, co2ice ) 1068 co2ice = co2ice * 10000. 1072 co2ice = co2ice * 10000. 1073 ENDIF 1069 1074 1070 1075 IF(callcond) THEN -
trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2/phys/module_lmd_driver.F
r503 r515 1211 1211 subs = (j-jps)*(ipe-ips+1)+(i-ips+1) 1212 1212 1213 !!! SEMBLE T IL PROBLEME AVEC NEWPHYS .... qui marche tres bien sans !1214 #ifndef NEWPHYS1215 !!! sparadrap pour regler un probleme avec mpiifort en LES1216 !!! -- HFX apparaissait nul aux interfaces des tuiles1217 if ( output_tab2d(subs,ind_HFX) .le. 1.e-8 ) then1218 !print *, 'HFX is zero !!! ', i, j1219 !print *, 'I substituted the value right next to it ', output_tab2d(subs+1,ind_HFX)1220 output_tab2d(subs,ind_HFX) = output_tab2d(subs+1,ind_HFX)1221 endif1222 #endif1213 !!!! SEMBLE T IL PROBLEME AVEC NEWPHYS .... qui marche tres bien sans ! 1214 !#ifndef NEWPHYS 1215 ! !!! sparadrap pour regler un probleme avec mpiifort en LES 1216 ! !!! -- HFX apparaissait nul aux interfaces des tuiles 1217 ! if ( output_tab2d(subs,ind_HFX) .le. 1.e-8 ) then 1218 ! !print *, 'HFX is zero !!! ', i, j 1219 ! !print *, 'I substituted the value right next to it ', output_tab2d(subs+1,ind_HFX) 1220 ! output_tab2d(subs,ind_HFX) = output_tab2d(subs+1,ind_HFX) 1221 ! endif 1222 !#endif 1223 1223 1224 1224 #include "module_lmd_driver_output3.inc"
Note: See TracChangeset
for help on using the changeset viewer.