Changeset 4183
- Timestamp:
- Dec 19, 2019, 4:27:18 PM (5 years ago)
- Location:
- dynamico_lmdz/simple_physics/phyparam
- Files:
-
- 1 deleted
- 9 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
dynamico_lmdz/simple_physics/phyparam/param/coefdifv.F
r4176 r4183 3 3 $ pcdzv,pcdzh) 4 4 USE constlim 5 USE phys_const 5 6 IMPLICIT NONE 6 7 … … 16 17 17 18 #include "dimensions.h" 18 #include "comcstfi.h"19 19 20 20 c Arguments: -
dynamico_lmdz/simple_physics/phyparam/param/convadj.F
r4176 r4183 4 4 $ pdufi,pdvfi,pdhfi, 5 5 $ pduadj,pdvadj,pdhadj) 6 USE phys_const 6 7 IMPLICIT NONE 7 8 … … 18 19 19 20 #include "dimensions.h" 20 #include "comcstfi.h"21 21 22 22 c arguments: -
dynamico_lmdz/simple_physics/phyparam/param/inifrict.F
r4176 r4183 2 2 USE comgeomfi, ONLY : ngridmax,nlayermx 3 3 USE constlim 4 USE phys_const 4 5 IMPLICIT NONE 5 6 c======================================================================= … … 11 12 c Declarations: 12 13 c ------------- 13 14 #include "comcstfi.h" 15 ! include "comvert.h" 14 16 15 17 16 c local: -
dynamico_lmdz/simple_physics/phyparam/param/iniphyparam.F
r4176 r4183 11 11 use comsaison 12 12 USE geometry_mod, ONLY : longitude,latitude,cell_area 13 USE phys_const 13 14 14 15 IMPLICIT NONE … … 49 50 50 51 #include "planete.h" 51 #include "comcstfi.h"52 52 #include "callkeys.h" 53 53 #include "surface.h" -
dynamico_lmdz/simple_physics/phyparam/param/lw.F
r4176 r4183 3 3 $ pfluxir,pdtlw, 4 4 $ lwrite) 5 5 USE phys_const 6 6 IMPLICIT NONE 7 7 c======================================================================= … … 33 33 c declarations: 34 34 c ------------- 35 36 #include "comcstfi.h"37 35 38 36 c arguments: -
dynamico_lmdz/simple_physics/phyparam/param/phyparam.F
r4176 r4183 10 10 USE dimphy 11 11 USE comgeomfi 12 USE phys_const 12 13 c 13 14 IMPLICIT NONE … … 75 76 #include "description.h" 76 77 #include "callkeys.h" 77 #include "comcstfi.h"78 78 #include "planete.h" 79 79 #include "surface.h" -
dynamico_lmdz/simple_physics/phyparam/param/radia1d.F
r4176 r4183 3 3 USE comsaison 4 4 USE comgeomfi 5 USE phys_const 5 6 IMPLICIT NONE 6 7 … … 10 11 #include "surfdat.h" 11 12 #include "callkeys.h" 12 #include "comcstfi.h"13 13 #include "planete.h" 14 14 -
dynamico_lmdz/simple_physics/phyparam/param/sw.F
r4176 r4183 4 4 $ fsrfvis,dtsw, 5 5 $ lwrite) 6 USE phys_const 6 7 IMPLICIT NONE 7 8 c======================================================================= … … 15 16 c ------------- 16 17 c 17 #include "comcstfi.h"18 18 c 19 19 c arguments: -
dynamico_lmdz/simple_physics/phyparam/param/vdif.F
r4176 r4183 6 6 $ pdudif,pdvdif,pdhdif,pdtsrf,pq2,pq2l, 7 7 $ lwrite) 8 USE phys_const 8 9 IMPLICIT NONE 9 10 … … 29 30 c ------------- 30 31 31 #include "comcstfi.h"32 c des include de la geometrie dynamique pour sorties graphiques33 ! #include "paramet.h"34 ! #include "comvert.h"35 ! #include "comgeom.h"36 32 #include "description.h" 37 33 c -
dynamico_lmdz/simple_physics/phyparam/physics/phys_const.F90
r4178 r4183 1 c----------------------------------------------------------------------- 2 c INCLUDE comcstfi.h 1 MODULE phys_const 2 3 REAL pi,rad,g,r,cpp,rcp,dtphys,unjours,mugaz,omeg 3 4 4 COMMON/comcstfi/ 5 * pi,rad,g,r,cpp,rcp,dtphys,unjours,mugaz,omeg 6 7 REAL pi,rad,g,r,cpp,rcp,dtphys,unjours,mugaz,omeg 8 9 c----------------------------------------------------------------------- 5 END MODULE phys_const
Note: See TracChangeset
for help on using the changeset viewer.