Ignore:
Timestamp:
May 9, 2025, 9:22:41 AM (4 weeks ago)
Author:
emillour
Message:

Mars PCM:
More code tidying: puting routines in modules and modernizing some old
constructs. Tested to not change results with respect to previous version.
EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/sugwd.F90

    r3754 r3757  
     1MODULE sugwd_mod
     2
     3IMPLICIT NONE
     4
     5CONTAINS
     6
    17      SUBROUTINE SUGWD(nlayer,sigtest)
    28! ==============================================================================
     
    7076      GTSEC=1.E-07    ! Security values for Sub-grid scale anisotropy(OROSETUP,GWSTRESS)
    7177
    72       RETURN
    73       END
     78      END SUBROUTINE SUGWD
     79
     80END MODULE sugwd_mod
Note: See TracChangeset for help on using the changeset viewer.