Changeset 1047 for trunk/LMDZ.MARS/libf/phymars/writediagfi.F
- Timestamp:
- Sep 23, 2013, 9:56:47 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/writediagfi.F
r1005 r1047 39 39 ! 40 40 !================================================================= 41 41 use surfdat_h, only: phisfi 42 42 implicit none 43 43 44 44 ! Commons 45 45 #include "dimensions.h" 46 #include "dimphys.h"46 !#include "dimphys.h" 47 47 #include "paramet.h" 48 48 #include "control.h" … … 52 52 #include "netcdf.inc" 53 53 #include "temps.h" 54 #include "surfdat.h"54 !#include "surfdat.h" 55 55 56 56 ! Arguments on input: … … 192 192 endif ! if (firstnom.eq.'1234567890') 193 193 194 if (ngrid mx.eq.1) then194 if (ngrid.eq.1) then 195 195 ! in testphys1d, for the 1d version of the GCM, iphysiq and irythme 196 196 ! are undefined; so set them to 1
Note: See TracChangeset
for help on using the changeset viewer.