- Timestamp:
- Feb 27, 2025, 2:53:06 PM (5 months ago)
- Location:
- trunk/LMDZ.TITAN/libf/phytitan
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.TITAN/libf/phytitan/calmufi.F90
r3318 r3656 2 2 3 3 SUBROUTINE calmufi(dt, plev, zlev, play, zlay, g3d, temp, pq, zdqfi, zdq) 4 5 ! Old compilers do not handle modern Fortran in microphysics6 #ifndef OLD_COMPILO7 4 8 5 !! Interface subroutine to YAMMS model for Titan LMDZ GCM. … … 197 194 zdq(:,:,:) = zdq(:,:,:) / dt 198 195 199 #endif200 201 196 END SUBROUTINE calmufi -
trunk/LMDZ.TITAN/libf/phytitan/inimufi.F90
r3090 r3656 1 1 subroutine inimufi(ptimestep) 2 3 #ifndef OLD_COMPILO4 2 5 3 use mmp_gcm … … 112 110 ENDIF 113 111 114 #endif115 116 112 end subroutine inimufi
Note: See TracChangeset
for help on using the changeset viewer.