Changeset 2819
- Timestamp:
- Nov 15, 2022, 8:46:25 PM (2 years ago)
- Location:
- trunk/LMDZ.MARS
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/README
r2817 r2819 3780 3780 within the boundaries of the optical properties file. 3781 3781 3782 == 15/11/2022 == JN 3783 - Now allow seasonal frost to change albedo in 1d 3784 - Can now output albedo in 1d with diagfi.def -
trunk/LMDZ.MARS/libf/phymars/physiq_mod.F
r2808 r2819 2129 2129 2130 2130 2131 IF (tracer.AND.water .AND.(ngrid.NE.1)) THEN2131 IF (tracer.AND.water) THEN 2132 2132 !#ifndef MESOSCALE 2133 2133 ! if (caps.and.(obliquit.lt.27.)) then => now done in co2condens … … 3837 3837 & 'icetot', 3838 3838 & 'kg/m2',0,icetot) 3839 CALL WRITEDIAGFI(ngrid,'albedo', 3840 & 'albedo', 3841 & '',2,albedo(1,1)) 3839 3842 3840 3843 IF (hdo) THEN
Note: See TracChangeset
for help on using the changeset viewer.