Ignore:
Timestamp:
Apr 28, 2022, 12:21:33 PM (2 years ago)
Author:
acozic
Message:

added (and call) a routine for the calculation of mass flux used in offline mode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/dyn3dmem/leapfrog_loc.F

    r4056 r4139  
    737737     .        flxw,pk, iapptrac)
    738738
     739! call creation of mass flux
     740         IF (offline .AND. .NOT. adjust) THEN
     741            CALL fluxstokenc_p(pbaru,pbarv,masse,teta,phi)
     742         ENDIF
     743
    739744         !write(*,*) 'leapfrog 719'
    740745         if (ok_iso_verif) then
Note: See TracChangeset for help on using the changeset viewer.