- Timestamp:
- Jul 25, 2024, 8:45:50 AM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Amaury_dev/libf/phylmd/slab_heat_transp_mod.F90
r5119 r5123 986 986 ! computes the divergence of a vector field of components 987 987 ! x,y. x and y being covariant components 988 USE lmdz_ssum_scopy, ONLY: ssum 989 988 990 IMPLICIT NONE 989 991 … … 998 1000 REAL :: aiy1(nbp_lon + 1), aiy2(nbp_lon + 1) 999 1001 REAL :: sumypn, sumyps 1000 REAL, EXTERNAL :: SSUM1001 1002 1002 1003 iim = nbp_lon
Note: See TracChangeset
for help on using the changeset viewer.