Ignore:
Timestamp:
Nov 12, 2024, 6:35:33 PM (11 days ago)
Author:
jbclement
Message:

PEM:
Few corrections related to r3498 (time step from integer to real) and r3493 (Norbert Schorghofer's subroutines for dynamic ice table) in order to make the code work properly.
JBC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.COMMON/libf/evolution/NS_fast_subs_mars.F90

    r3493 r3512  
    116116     call icechanges(nz,z(:),typeF,avdrho(k),avdrhoP(k),ypp(:), &
    117117          & Diff,porosity,icefrac,bigstep,zdepthT(k),porefill(:,k),typeG)
    118 
     118     if (typeP>2) then
    119119     if (mode2 .and. porefill(typeP,k)>=1. .and. porefill(typeP-1,k)==0.) then  ! nothing changed
    120120        porefill(typeP-1,k)=1.  ! paste a layer
    121121   !     write(34,*) '# mode 2 growth occurred',typeP,typeF,typeT
     122     endif
    122123     endif
    123124
Note: See TracChangeset for help on using the changeset viewer.