- Timestamp:
- Aug 28, 2016, 2:22:51 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2/phys/module_lmd_driver.F.new
r1580 r1584 31 31 num_3d_s,SCALAR, & 32 32 MARS_MODE, & 33 planet_type, & 33 34 M_ALBEDO,M_TI,M_CO2ICE,M_EMISS, & 34 35 M_H2OICE,M_TSOIL,M_Q2,M_TSURF, & … … 75 76 !================================================================== 76 77 78 CHARACTER(len=10),INTENT(IN) :: planet_type 77 79 ! WRF Dimensions 78 80 INTEGER, INTENT(IN ) :: & … … 199 201 REAL,ALLOCATABLE :: zrfi_omp(:,:) ! relative wind vorticity, in s-1 200 202 201 !! this is temporary and supposed to be set by namelist202 character(len=10),save :: planet_type ! planet type ('earth','mars',...)203 planet_type = "mars"204 205 203 !================================================================== 206 204 ! CODE
Note: See TracChangeset
for help on using the changeset viewer.