Changeset 2641 for LMDZ5/branches/testing/libf/dyn3dmem/initfluxsto_p.F
- Timestamp:
- Sep 29, 2016, 11:26:46 PM (8 years ago)
- Location:
- LMDZ5/branches/testing
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/branches/testing
- Property svn:mergeinfo changed
/LMDZ5/trunk merged: 2596-2640
- Property svn:mergeinfo changed
-
LMDZ5/branches/testing/libf/dyn3dmem/initfluxsto_p.F
r1910 r2641 13 13 use Write_field 14 14 use misc_mod 15 USE comconst_mod, ONLY: pi 16 USE comvert_mod, ONLY: nivsigs 17 USE temps_mod, ONLY: annee_ref, day_ref, itau_dyn 15 18 16 19 implicit none … … 43 46 C 44 47 C Declarations 45 #include "dimensions.h" 46 #include "paramet.h" 47 #include "comconst.h" 48 #include "comvert.h" 49 #include "comgeom.h" 50 #include "temps.h" 51 #include "ener.h" 52 #include "logic.h" 53 #include "description.h" 54 #include "serre.h" 55 #include "iniprint.h" 48 include "dimensions.h" 49 include "paramet.h" 50 include "comgeom.h" 51 include "description.h" 52 include "iniprint.h" 56 53 57 54 C Arguments … … 106 103 CALL ymds2ju(zan, 1, idayref, 0.0, zjulian) 107 104 tau0 = itau_dyn 108 109 105 106 do jj = 1, jjp1 110 107 do ii = 1, iip1 111 108 rlong(ii,jj) = rlonu(ii) * 180. / pi … … 165 162 . 1, iip1, 1, jjn,tau0, zjulian, tstep, vhoriid, 166 163 . filevid,dynv_domain_id) 167 168 rl(1,1) = 1. 164 165 rl(1,1) = 1. 169 166 170 167 if (mpi_rank==0) then … … 191 188 call histhori(fileid, iip1, rlong(:,jjb:jje),jjn,rlat(:,jjb:jje), 192 189 . 'scalar','Grille points scalaires', thoriid) 193 190 194 191 C 195 192 C Appel a histvert pour la grille verticale … … 211 208 C 212 209 C Appels a histdef pour la definition des variables a sauvegarder 213 214 210 211 CALL histdef(fileid, "phis", "Surface geop. height", "-", 215 212 . iip1,jjn,thoriid, 1,1,1, -99, 32, 216 213 . "once", t_ops, t_wrt) … … 219 216 . iip1,jjn,thoriid, 1,1,1, -99, 32, 220 217 . "once", t_ops, t_wrt) 221 218 222 219 if (mpi_rank==0) then 223 224 220 221 CALL histdef(filedid, "dtvr", "tps dyn", "s", 225 222 . 1,1,dhoriid, 1,1,1, -99, 32, 226 223 . "once", t_ops, t_wrt) … … 289 286 if (mpi_rank==0) call histsync(filedid) 290 287 endif 291 288 292 289 #else 293 290 write(lunout,*)'initfluxsto_p: Needs IOIPSL to function'
Note: See TracChangeset
for help on using the changeset viewer.