Changeset 5281 for LMDZ6/trunk/libf/dyn3d_common/ugeostr.f90
- Timestamp:
- Oct 28, 2024, 11:17:48 AM (4 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/dyn3d_common/ugeostr.f90
r5272 r5281 11 11 ! levels are pressure levels. 12 12 13 USE comgeom2_mod_h 13 14 use comconst_mod, only: omeg, rad 14 15 15 16 USE dimensions_mod, ONLY: iim, jjm, llm, ndm 16 17 USE paramet_mod_h, ONLY: iip1, iip2, iip3, jjp1, llmp1, llmp2, llmm1, kftd, ip1jm, ip1jmp1, & … … 20 21 21 22 22 include "comgeom2.h"23 23 24 24 real ucov(iip1,jjp1,llm),phi(iip1,jjp1,llm)
Note: See TracChangeset
for help on using the changeset viewer.