- Timestamp:
- Jul 24, 2024, 4:23:34 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Amaury_dev/libf/dyn3d_common/principal_cshift_m.F90
r5116 r5117 11 11 ! xprimm. 12 12 13 use nrtype, ONLY: twopi14 useserre_mod, ONLY: clon13 USE lmdz_physical_constants, ONLY: twopi 14 USE serre_mod, ONLY: clon 15 15 16 16 include "dimensions.h" 17 17 ! for iim 18 18 19 integer, intent(in):: is220 real, intent(inout):: xlon(:), xprimm(:) ! (iim + 1)19 INTEGER, INTENT(IN):: is2 20 REAL, INTENT(INOUT):: xlon(:), xprimm(:) ! (iim + 1) 21 21 22 22 !----------------------------------------------------- 23 23 24 if(is2 /= 0) THEN24 IF (is2 /= 0) THEN 25 25 IF (clon <= 0.) THEN 26 26 IF (is2 /= 1) THEN
Note: See TracChangeset
for help on using the changeset viewer.