Changeset 1584 for trunk/MESOSCALE/LMD_MM_MARS
- Timestamp:
- Aug 28, 2016, 2:22:51 PM (8 years ago)
- Location:
- trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2/Registry/Registry.EM.newphys
r1236 r1584 1126 1126 ####### MARS SPECIFIC NAMELIST ENTRIES 1127 1127 ####### 1128 rconfig character planet namelist,physics 1 "mars" - "planet" "selection of the planet" "" 1128 1129 rconfig integer mars namelist,physics max_domains 0 rh "mars" "model mode" "" 1129 1130 rconfig real init_TI namelist,physics max_domains 0 irh "init_TI" "thermal inertia" "" -
trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2/dyn_em/solve_em.F
r1236 r1584 858 858 ! mode 859 859 & ,MARS_MODE=config_flags%mars & 860 #ifdef NEWPHYS 861 ! planet 862 & ,planet_type=config_flags%planet & 863 #endif 860 864 ! added variables 861 865 & ,M_ALBEDO=grid%m_albedo,M_TI=grid%m_ti & -
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.