Changeset 2819 for trunk/LMDZ.MARS/libf


Ignore:
Timestamp:
Nov 15, 2022, 8:46:25 PM (2 years ago)
Author:
jnaar
Message:

h2o frost can now affect albedo in 1d, and we can get 1d albedo in model output using diagfi.def.
JN

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/physiq_mod.F

    r2808 r2819  
    21292129
    21302130
    2131       IF (tracer.AND.water.AND.(ngrid.NE.1)) THEN
     2131      IF (tracer.AND.water) THEN
    21322132!#ifndef MESOSCALE
    21332133!         if (caps.and.(obliquit.lt.27.)) then => now done in co2condens
     
    38373837     &                         'icetot',
    38383838     &                         'kg/m2',0,icetot)
     3839             CALL WRITEDIAGFI(ngrid,'albedo',
     3840     &                         'albedo',
     3841     &                         '',2,albedo(1,1))
    38393842
    38403843             IF (hdo) THEN
Note: See TracChangeset for help on using the changeset viewer.