Changeset 3294


Ignore:
Timestamp:
Apr 8, 2024, 3:22:29 AM (8 months ago)
Author:
emillour
Message:

Generic PCM:
Correction to r3293, initialization of diagnostic variable net_fluxsurf_lw(:)
should be made at all time steps, not just first call.
EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/libf/phystd/physiq_mod.F90

    r3293 r3294  
    525525         zdtlw(:,:) = 0.0
    526526         zdtconduc(:,:) = 0.0
    527          net_fluxsurf_lw(:) = 0.0
    528527         
    529528!        Initialize fixed variable mu
     
    841840      taux(1:ngrid) = 0.0
    842841      tauy(1:ngrid) = 0.0
     842      net_fluxsurf_lw(1:ngrid) = 0.0
    843843
    844844      zday=pday+ptime ! Compute time, in sols (and fraction thereof).
Note: See TracChangeset for help on using the changeset viewer.