Changeset 1411 for trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2
- Timestamp:
- Apr 7, 2015, 3:43:13 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2/phys/module_lmd_driver.F.new
r1247 r1411 1047 1047 pdu,pdv,pdt,pdq,pdpsrf,tracerdyn) 1048 1048 #endif 1049 1050 !! specific scenario. necessary to add the right amount of dust. 1051 #ifdef DUSTSTORM 1052 IF (firstcall .EQV. .true.) THEN 1053 pdq(:,:,:) = pdq(:,:,:) / dt 1054 ENDIF 1055 #endif 1056 1049 1057 print *, '** Mars ** CALL TO LMD PHYSICS DONE' 1050 1058 DEALLOCATE(pplev)
Note: See TracChangeset
for help on using the changeset viewer.