- Timestamp:
- Feb 5, 2026, 5:50:35 PM (3 weeks ago)
- Location:
- trunk
- Files:
-
- 3 edited
-
LMDZ.TITAN/libf/phytitan/physiq_mod.F90 (modified) (2 diffs)
-
LMDZ.TITAN/libf/phytitan/surfini.F (modified) (2 diffs)
-
WRF.COMMON/INTERFACES_V4/module_model_constants.F (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.TITAN/libf/phytitan/physiq_mod.F90
r4045 r4046 1484 1484 1485 1485 1486 #ifndef MESOSCALE 1487 ! diagnostics for GCM 1486 1488 ! Surface and soil temperature information 1487 1489 call planetwide_sumval(cell_area(:)*tsurf(:)/totarea_planet,Ts1) … … 1552 1554 1553 1555 endif ! end of 'corrk' 1556 #endif 1554 1557 1555 1558 -
trunk/LMDZ.TITAN/libf/phytitan/surfini.F
r1647 r4046 37 37 ENDDO 38 38 ENDDO 39 40 #ifndef MESOSCALE 39 41 call planetwide_minval(albedo_bareground,min_albedo) 40 42 call planetwide_maxval(albedo_bareground,max_albedo) … … 47 49 write(*,*) 'surfini: minimum corrected initial albedo',min_albedo 48 50 write(*,*) 'surfini: maximum corrected initial albedo',max_albedo 51 #endif 49 52 50 53 -
trunk/WRF.COMMON/INTERFACES_V4/module_model_constants.F
r3661 r4046 41 41 42 42 REAL :: p1000mb ! = 100000. ! pressure at 1000 hPa (pa) 43 REAL :: t0 ! = 300. ! base state tempertaure (K) 43 REAL :: t0 ! = 300. ! base state tempertaure (K) !planet dependent!! 44 44 REAL :: p0 ! = p1000mb ! base state surface pressure (pa) 45 45 REAL :: cpovcv ! = cp/(cp-r_d)
Note: See TracChangeset
for help on using the changeset viewer.
