Changeset 1422 for trunk/LMDZ.MARS/libf/dyn3d/amont_qsat.F
- Timestamp:
- Apr 30, 2015, 12:33:45 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/dyn3d/amont_qsat.F
r38 r1422 1 1 SUBROUTINE amont_qsat (nq,iq,q,teta,pk,w, pbaru, pbarv,dq) 2 3 USE comvert_mod, ONLY: preff 4 USE comconst_mod, ONLY: kappa,cpp 5 2 6 IMPLICIT NONE 3 7 … … 19 23 #include "dimensions.h" 20 24 #include "paramet.h" 21 #include "logic.h"22 #include "comvert.h"23 #include "comconst.h"24 25 #include "comgeom.h" 25 #include "serre.h"26 26 27 27 c Arguments:
Note: See TracChangeset
for help on using the changeset viewer.