Changeset 2160 for LMDZ5/branches/testing/libf/phydev
- Timestamp:
- Nov 28, 2014, 4:36:29 PM (10 years ago)
- Location:
- LMDZ5/branches/testing
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/branches/testing
- Property svn:mergeinfo changed
/LMDZ5/trunk merged: 2072,2075-2115,2117-2126,2128-2158
- Property svn:mergeinfo changed
-
LMDZ5/branches/testing/libf/phydev/iophy.F90
-
Property
svn:keywords
set to
Id
r2056 r2160 1 1 ! 2 ! $Id :$2 ! $Id$ 3 3 ! 4 4 module iophy … … 114 114 endif 115 115 116 #ifndef CPP_ NO_IOIPSL116 #ifndef CPP_IOIPSL_NO_OUTPUT 117 117 call flio_dom_set(mpi_size,mpi_rank,ddid,dsg,dsl,dpf,dpl,dhs,dhe, & 118 118 'APPLE',phys_domain_id) -
Property
svn:keywords
set to
-
LMDZ5/branches/testing/libf/phydev/physiq.F90
r2056 r2160 102 102 call ymds2ju(1979, 1, 1, 0.0, zjulian) 103 103 dtime=pdtphys 104 #ifndef CPP_ NO_IOIPSL104 #ifndef CPP_IOIPSL_NO_OUTPUT 105 105 ! Initialize IOIPSL output file 106 106 call histbeg_phy("histins.nc",itau0,zjulian,dtime,nhori,nid_hist) … … 109 109 !$OMP MASTER 110 110 111 #ifndef CPP_ NO_IOIPSL111 #ifndef CPP_IOIPSL_NO_OUTPUT 112 112 ! IOIPSL 113 113 ! define vertical coordinate … … 171 171 ! write some outputs: 172 172 ! IOIPSL 173 #ifndef CPP_ NO_IOIPSL173 #ifndef CPP_IOIPSL_NO_OUTPUT 174 174 if (modulo(itau,iwrite_phys)==0) then 175 175 call histwrite_phy(nid_hist,.false.,"temperature",itau,t)
Note: See TracChangeset
for help on using the changeset viewer.