- Timestamp:
- Jul 21, 2017, 4:07:38 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MESOSCALE/LMD_MM_MARS/SRC/LESnophys_/modif/Registry.EM
r156 r1724 72 72 73 73 74 #####MARS MARS MARS MARS MARS 75 #####MARS MARS MARS MARS MARS 76 ##### 77 ##### variables physiques ecrites dans les fichiers WRF 78 ##### - h indique l'ecriture 79 ##### - en commentaire, les variables physiques dans physiq.F 80 ##### - utiliser le script automatique Registry.bash 81 ##### 82 ##### YOU CAN OUTPUT ANY 2D OR 3D VARIABLE THAT IS AVAILABLE IN MESO_PHYSIQ.F 83 ##### --- please indicate #SAVEMARS2 for 2D fields and #SAVEMARS3 for 3D fields 84 ##### 85 ##### !!!! WARNING !!!! WARNING !!!! WARNING !!!! WARNING !!!! WARNING !!!! 86 ##### THIS HAS TO BE CONSISTENT WITH $MMM/SRC/WRFV2/Registry/Registry.EM 87 ##### !!!! WARNING !!!! WARNING !!!! WARNING !!!! WARNING !!!! WARNING !!!! 88 ##### 89 ############# name in WRF !!!!! ############# name in NETCDF !!!! ############################################## name in meso_physiq !!!!! 90 #state real TSURF ij misc 1 - rhd "TSURF" "SURF TEMPERATURE" "K" #SAVEMARS2 tsurf 91 #state real CO2ICE ij misc 1 - rd "CO2ICE" "CO2 GROUND ICE" "kg" #SAVEMARS2 co2ice 92 #state real EMISSIV ij misc 1 - rd "EMISSIV" "EMISSIVITY" "" #SAVEMARS2 emis 93 #state real THETA ij misc 1 - rd "THETA" "SLOPE INCLINATION" "deg" #SAVEMARS2 theta_sl 94 #state real PSI ij misc 1 - rd "PSI" "SLOPE ORIENTATION" "deg" #SAVEMARS2 psi_sl 95 #state real TAU_DUST ij misc 1 - rd "TAU_DUST" "REFERENCE VISIBLE DUST OPACITY" "" #SAVEMARS2 tauref 96 #state real SWDOWNZ ij misc 1 - rhd "SWDOWNZ" "DOWNWARD SW FLUX AT SURFACE" "W m-2" #SAVEMARS2 fluxsurf_sw_tot 97 #state real LWDOWNZ ij misc 1 - rhd "LWDOWNZ" "DOWNWARD LW FLUX AT SURFACE" "W m-2" #SAVEMARS2 fluxsurf_lw 98 #state real SWUP ij misc 1 - rd "SWUP" "UPWARD SW FLUX AT TOP" "W m-2" #SAVEMARS2 fluxtop_sw_tot 99 #state real LWUP ij misc 1 - rd "LWUP" "UPWARD LW FLUX AT TOP" "W m-2" #SAVEMARS2 fluxtop_lw 100 #state real MTOT ij misc 1 - rd "MTOT" "TOTAL MASS WATER VAPOR" "kg m-2" #SAVEMARS2 mtot 101 #state real ICETOT ij misc 1 - rd "ICETOT" "TOTAL MASS WATER ICE" "kg m-2" #SAVEMARS2 icetot 102 #state real RAVE ij misc 1 - rd "RAVE" "MEAN ICE RADIUS" "m" #SAVEMARS2 rave 103 #state real RICE ikj misc 1 - rd "RICE" "ICE RADIUS" "m" #SAVEMARS3 rice 104 ##### 105 ##### 106 #####MARS MARS MARS MARS MARS 107 #####MARS MARS MARS MARS MARS 74 ####MARS MARS MARS MARS MARS 75 ####MARS MARS MARS MARS MARS 76 #### 77 #### variables physiques ecrites dans les fichiers WRF 78 #### - h indique l'ecriture 79 #### - en commentaire, les variables physiques dans physiq.F 80 #### - utiliser le script automatique Registry.bash 81 #### 82 #### YOU CAN OUTPUT ANY 2D OR 3D VARIABLE THAT IS AVAILABLE IN MESO_PHYSIQ.F 83 #### --- please indicate #SAVEMARS2 for 2D fields and #SAVEMARS3 for 3D fields 84 #### 85 ############ name in WRF !!!!! ############# name in NETCDF !!!! ############################################## name in meso_physiq !!!!! 86 state real TSURF ij misc 1 - rhd "TSURF" "SURF TEMPERATURE" "K" #SAVEMARS2 tsurf 87 state real CO2ICE ij misc 1 - rd "CO2ICE" "CO2 GROUND ICE" "kg" #SAVEMARS2 co2ice 88 state real EMISSIV ij misc 1 - rd "EMISSIV" "EMISSIVITY" "" #SAVEMARS2 emis 89 state real THETA ij misc 1 - rd "THETA" "SLOPE INCLINATION" "deg" #SAVEMARS2 theta_sl 90 state real PSI ij misc 1 - rd "PSI" "SLOPE ORIENTATION" "deg" #SAVEMARS2 psi_sl 91 state real TAU_DUST ij misc 1 - rd "TAU_DUST" "REFERENCE VISIBLE DUST OPACITY" "" #SAVEMARS2 tauref 92 state real SWDOWNZ ij misc 1 - rhd "SWDOWNZ" "DOWNWARD SW FLUX AT SURFACE" "W m-2" #SAVEMARS2 fluxsurf_sw_tot 93 state real LWDOWNZ ij misc 1 - rhd "LWDOWNZ" "DOWNWARD LW FLUX AT SURFACE" "W m-2" #SAVEMARS2 fluxsurf_lw 94 state real SWUP ij misc 1 - rd "SWUP" "UPWARD SW FLUX AT TOP" "W m-2" #SAVEMARS2 fluxtop_sw_tot 95 state real LWUP ij misc 1 - rd "LWUP" "UPWARD LW FLUX AT TOP" "W m-2" #SAVEMARS2 fluxtop_lw 96 state real MTOT ij misc 1 - rd "MTOT" "TOTAL MASS WATER VAPOR" "kg m-2" #SAVEMARS2 mtot 97 state real ICETOT ij misc 1 - rd "ICETOT" "TOTAL MASS WATER ICE" "kg m-2" #SAVEMARS2 icetot 98 state real RAVE ij misc 1 - rd "RAVE" "MEAN ICE RADIUS" "m" #SAVEMARS2 rave 99 state real RICE ikj misc 1 - rd "RICE" "ICE RADIUS" "m" #SAVEMARS3 rice 100 state real PDTZ ikj misc 1 - rd "PDT" "TEMP TENDENCY" "K s-1" #SAVEMARS3 pdt 101 #### 102 #### 103 ####MARS MARS MARS MARS MARS 104 ####MARS MARS MARS MARS MARS 108 105 109 106 ####MARS MARS MARS MARS MARS … … 117 114 state real QH2O ikjftb scalar 1 - i01rhusdf=(bdy_interp:dt) "QH2O" "Water vapor mixing ratio" "kg kg-1" 118 115 state real QH2O_ICE ikjftb scalar 1 - i01rhusdf=(bdy_interp:dt) "QH2O_ICE" "Water ice mixing ratio" "kg kg-1" 119 state real QDUST ikjftb scalar 1 - i01rhusdf=(bdy_interp:dt) "QDUST" "Dust mixing ratio" "kg kg-1" 116 state real qdust ikjftb scalar 1 - i01rhusdf=(bdy_interp:dt) "QDUST" "Dust mixing ratio" "kg kg-1" 117 state real qdustn ikjftb scalar 1 - i01rhusdf=(bdy_interp:dt) "QDUSTN" "Dust number density" " m-3 " 120 118 state real qtrac1 ikjftb scalar 1 - i01rhusdf=(bdy_interp:dt) "qtrac1" "Decaying tracer 1" "kg kg-1" 119 state real upward ikjftb scalar 1 - i01rhusdf=(bdy_interp:dt) "upward" "Decaying tracer surf" "kg kg-1" 120 state real downward ikjftb scalar 1 - i01rhusdf=(bdy_interp:dt) "downward" "Decaying tracer zi" "kg kg-1" 121 121 #### 122 122 #### … … 203 203 #### variables dans real 204 204 #### 205 205 206 state real albedo_gcm_gc ij dyn_em 1 - i1 "ALBEDO_GCM" "albedo of naked ground" "0 - 1 fraction" 206 207 state real therm_inert_gc ij dyn_em 1 - i1 "THERMAL_INERTIA" "thermal inertia" "J/m2/K/s0.5" 208 state real z0_gc ij dyn_em 1 - i1 "SURF_ROUGHNESS" "surface roughness" "cm" 207 209 state real slpx_gc ij dyn_em 1 - i1 "SLPX" "slope x direction" "rad" 208 210 state real slpy_gc ij dyn_em 1 - i1 "SLPY" "slope y direction" "rad" … … 215 217 #### variables dans wrf 216 218 #### 217 state real albedo_gcm ij misc 1 - i012rd "MARS_ALB" "albedo of naked ground" "0 - 1 fraction" 218 state real therm_inert ij misc 1 - i012rd "MARS_TI" "thermal inertia" "J/m2/K/s0.5" 219 state real slpx ij misc 1 - i012rd "SLOPEX" "slope x direction" "rad" 220 state real slpy ij misc 1 - i012rd "SLOPEY" "slope y direction" "rad" 221 state real mars_emiss ij misc 1 - i012rd "MARS_EMISS" "emissivity" "0 - 1 fraction" 222 state real mars_cice ij misc 1 - i012rd "MARS_CICE" "co2 ice" "kg" 223 state real mars_wice ij misc 1 - i012rd "MARS_WICE" "h2o ice" "kg/m2" 224 state real mars_tsoil ilj misc 1 - i012rd "MARS_TSOIL" "soil temperatures" "K" 225 state real mars_isoil ilj misc 1 - i012rd "MARS_ISOIL" "soil thermal inertia" "tiu" 226 state real mars_dsoil ilj misc 1 - i012rd "MARS_DSOIL" "soil depths" "m" 227 state real mars_gw ilj misc 1 - i012rd "MARS_GW" "gwparam" " " 219 #### 'm_' prefix is to avoid redundancies with possible existing terrestrial variables 220 #### 221 #### vvvv nom pour module_initialize, solve_em, lmd_driver (interne fortran) 222 #### vvvv nom fichier netCDF (important initialisation 223 ################################################################################################################ 224 state real m_albedo ij misc 1 - i012rd "MARS_ALB" "albedo of naked ground" "0 - 1 fraction" 225 state real m_ti ij misc 1 - i012rd "MARS_TI" "thermal inertia" "J/m2/K/s0.5" 226 state real m_z0 ij misc 1 - i012rd "MARS_Z0" "surface roughness" "m" 227 state real slpx ij misc 1 - i012rd "SLOPEX" "slope x direction" "rad" 228 state real slpy ij misc 1 - i012rd "SLOPEY" "slope y direction" "rad" 229 state real m_emiss ij misc 1 - i012rd "MARS_EMISS" "emissivity" "0 - 1 fraction" 230 state real m_co2ice ij misc 1 - i012rd "MARS_CICE" "co2 ground ice" "kg/m2" 231 state real m_h2oice ij misc 1 - i012rd "MARS_WICE" "h2o ground ice" "kg/m2" 232 state real m_fluxrad ij misc 1 - i012rd "MARS_FLUXRAD" "net rad flux at surf" "W.m-2" 233 state real m_wstar ij misc 1 - i012rd "MARS_WSTAR" "free convection velocity" "m.s-1" 234 state real m_tsurf ij misc 1 - i012rd "MARS_TSURF" "surface temperature" "K" 235 state real m_tsoil ilj misc 1 - i012rd "MARS_TSOIL" "soil temperatures" "K" 236 state real m_q2 ikj misc 1 Z i012rd "MARS_Q2" "parameterized TKE" "kg.m-3" 237 state real m_isoil ilj misc 1 - i012rd "MARS_ISOIL" "soil thermal inertia" "tiu" 238 state real m_dsoil ilj misc 1 - i012rd "MARS_DSOIL" "soil depths" "m" 239 state real m_gw ilj misc 1 - i012rd "MARS_GW" "gwparam" " " 228 240 #### 229 241 #### 230 242 ####MARS MARS MARS MARS MARS 231 243 ####MARS MARS MARS MARS MARS 232 233 234 244 235 245 #----------------------------------------------------------------------------------------------------------------------------------------------------------------- … … 341 351 ## 342 352 state real ptot ikj dyn_em 1 - irh "PTOT" "total pressure" "Pa" 343 ####### if you choose h here, you will probably want not to output u,v,w,t,etc...344 state real uave ikj dyn_em 1 - ir "UAVE" "average zonal wind" "m/s"345 state real ustd ikj dyn_em 1 - ir "USTD" "std dev zonal wind" "m/s"346 state real vave ikj dyn_em 1 - ir "VAVE" "average meridional wind" "m/s"347 state real vstd ikj dyn_em 1 - ir "VSTD" "std dev meridional wind" "m/s"348 state real wave ikj dyn_em 1 - ir "WAVE" "average vertical wind" "m/s"349 state real wstd ikj dyn_em 1 - ir "WSTD" "std dev vertical wind" "m/s"350 state real tave ikj dyn_em 1 - ir "TAVE" "average pert. potential temperature" "K"351 state real tstd ikj dyn_em 1 - ir "TSTD" "std dev pert. potential temperature" "K"352 #######353 ## ajouter tk, ptot, phtot ??? les deux derniers sont assez smooth...354 353 355 354 # … … 992 991 state real CDA ij misc 1 - r "CDA" "DRAG COEFF AT LOWEST MODEL LVL" "" 993 992 state real UST ij misc 1 - r "UST" "U* IN SIMILARITY THEORY" "m s-1" 994 state real USTM ij misc 1 - r "USTM" "U* IN SIMILARITY THEORY WITHOUT VCONV" "m s-1"993 state real USTM ij misc 1 - rh "USTM" "U* IN SIMILARITY THEORY WITHOUT VCONV" "m s-1" #SAVEMARS2 ustar 995 994 i1 real HOL ij misc 1 - - "HOL" "PBL HEIGHT OVER MONIN-OBUKHOV LENGTH" "" 996 995 state real RMOL ij misc 1 - r "RMOL" "1./Monin Ob. Length" "" … … 999 998 state real CAPG ij misc 1 - r "CAPG" "HEAT CAPACITY FOR SOIL" "J K-1 m-3" 1000 999 state real THC ij misc 1 - r "THC" "THERMAL INERTIA" "Cal cm-1 K-1 s-0.5" 1001 state real HFX ij misc 1 - r "HFX" "UPWARD HEAT FLUX AT THE SURFACE" "W m-2"1000 state real HFX ij misc 1 - rh "HFX" "UPWARD HEAT FLUX AT THE SURFACE" "W m-2" #SAVEMARS2 sensheat 1002 1001 state real QFX ij misc 1 - r "QFX" "UPWARD MOISTURE FLUX AT THE SURFACE" "kg m-2 s-1" 1003 1002 state real LH ij misc 1 - r "LH" "LATENT HEAT FLUX AT THE SURFACE" "W m-2" … … 1247 1246 ###### 1248 1247 rconfig integer mars namelist,physics max_domains 0 rh "mars" "model mode" "" 1248 #rconfig real planet_type namelist,physics 1 1 rh "planet_type" "" "" 1249 1249 rconfig real init_TI namelist,physics max_domains 0 irh "init_TI" "thermal inertia" "" 1250 1250 rconfig real init_AL namelist,physics max_domains 0 irh "init_AL" "albedo" "" 1251 rconfig real init_Z0 namelist,physics max_domains 0 irh "init_Z0" "surface roughness" "" 1251 1252 rconfig real init_U namelist,physics max_domains 0 irh "init_U" "zonal wind" "" 1252 1253 rconfig real init_V namelist,physics max_domains 0 irh "init_V" "meridional wind" "" … … 1260 1261 ####### MARS SPECIFIC NAMELIST ENTRIES 1261 1262 ####### 1263 rconfig character planet_type namelist,physics 1 "planet" - "planet_type" "Selection of the planet type (mars ou venus)" "" 1262 1264 rconfig integer mp_physics namelist,physics max_domains 0 rh "mp_physics" "" "" 1263 1265 rconfig integer gsfcgce_hail namelist,physics 1 0 rh "gsfcgce select hail/graupel" "" "" … … 1393 1395 rconfig logical pd_moist_dfi namelist,dynamics max_domains .false. rh "pd_moist_dfi" "positive-definite RK3 transport switch" "" 1394 1396 rconfig logical pd_chem namelist,dynamics max_domains .false. rh "pd_chem" "positive-definite RK3 transport switch" "" 1395 rconfig logical pd_scalar namelist,dynamics max_domains . false. rh "pd_scalar" "positive-definite RK3 transport switch" ""1397 rconfig logical pd_scalar namelist,dynamics max_domains .true. rh "pd_scalar" "positive-definite RK3 transport switch" "" 1396 1398 rconfig logical pd_tke namelist,dynamics max_domains .false. rh "pd_tke" "positive-definite RK3 transport switch" "" 1397 1399 rconfig logical top_radiation namelist,dynamics max_domains .false. rh "top_radiation" "" "" … … 1489 1491 package water mars==1 - moist:qv;scalar:qh2o,qh2o_ice 1490 1492 package dust mars==2 - moist:qv;scalar:qdust 1493 package dust2eq mars==3 - scalar:qdust,qdustn 1491 1494 package radioac mars==20 - scalar:qtrac1 1495 package radioac2 mars==21 - scalar:upward,downward 1492 1496 ##### MARS OPTIONS 1493 1497 ##### MARS OPTIONS
Note: See TracChangeset
for help on using the changeset viewer.