Ignore:
Timestamp:
Mar 22, 2023, 5:37:37 PM (2 years ago)
Author:
llange
Message:

PCM
Flux_geo is now correctled initialized (wasnot correctly read in the startfi) for the 3D and 1D
Minor fix in the pem (wrong name for a variable)
LL

File:
1 edited

Legend:

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

    r2900 r2919  
    161161        beta(ig,nsoil-1,islope)=coefq(nsoil-1)*tsoil(ig,nsoil,islope)
    162162     &      /(coefq(nsoil-1)+coefd(ig,nsoil-1,islope))
    163      &      +flux_geo(ig)/(coefq(nsoil-1) + coefd(ig,nsoil-1,islope))
     163     &      +flux_geo(ig,islope)/
     164     &      (coefq(nsoil-1) + coefd(ig,nsoil-1,islope))
    164165      enddo
    165166   
Note: See TracChangeset for help on using the changeset viewer.