Changeset 3726 for trunk/LMDZ.MARS/libf/phymars/swmain_mod.F
- Timestamp:
- Apr 17, 2025, 9:45:14 AM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/swmain_mod.F
r2311 r3726 14 14 & nsun,naerkind 15 15 use yomlw_h, only: nlaylte, gcp 16 use callkeys_mod, only: swrtype 16 17 IMPLICIT NONE 17 18 18 c DECLARATIONS19 c -------------20 include "callkeys.h"21 19 c 22 20 c PURPOSE. … … 146 144 DO INU = 1,2 147 145 148 ! NB: swrtype is set in callkeys .h146 ! NB: swrtype is set in callkeys_mod 149 147 if (swrtype.eq.1) then ! Fouquart 150 148 CALL SWR_FOUQUART( KDLON, kflev, INU
Note: See TracChangeset
for help on using the changeset viewer.