Changeset 837 for trunk/LMDZ.GENERIC/libf
- Timestamp:
- Nov 10, 2012, 4:55:04 PM (12 years ago)
- Location:
- trunk/LMDZ.GENERIC/libf
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/dyn3d/iniadvtrac.F
r253 r837 20 20 INTEGER :: iq 21 21 INTEGER :: ierr 22 23 #ifdef NOTRAC 22 24 23 25 ! Look for file traceur.def … … 137 139 c 138 140 141 #endif 139 142 140 143 end -
trunk/LMDZ.GENERIC/libf/dyn3d/lect_start_archive.F
r787 r837 1256 1256 c write(49,*) 'ucov',vcov 1257 1257 1258 if (nqmx .gt. 0) then 1258 1259 c traceurs surface 1259 1260 do iq = 1, nqmx … … 1317 1318 ! no need to transfer "co2ice" any more; it is in qsurf(igcm_co2_ice) 1318 1319 1320 endif !! if nqmx .ne. 0 1321 1319 1322 c----------------------------------------------------------------------- 1320 1323 c Initialisation h: (passage de t -> h) -
trunk/LMDZ.GENERIC/libf/dyn3d/newstart.F
r787 r837 250 250 call initracer(ngridmx,nqmx,tnom) 251 251 252 ! Take care of arrays in common modules 253 ! ALLOCATE ARRAYS in surfdat_h (if not already done, e.g. when using start_archive) 254 IF (.not. ALLOCATED(albedodat)) ALLOCATE(albedodat(ngridmx)) 255 IF (.not. ALLOCATED(phisfi)) ALLOCATE(phisfi(ngridmx)) 256 IF (.not. ALLOCATED(zmea)) ALLOCATE(zmea(ngridmx)) 257 IF (.not. ALLOCATED(zstd)) ALLOCATE(zstd(ngridmx)) 258 IF (.not. ALLOCATED(zsig)) ALLOCATE(zsig(ngridmx)) 259 IF (.not. ALLOCATED(zgam)) ALLOCATE(zgam(ngridmx)) 260 IF (.not. ALLOCATED(zthe)) ALLOCATE(zthe(ngridmx)) 261 ! ALLOCATE ARRAYS in comsoil_h (if not already done) 262 IF (.not.ALLOCATED(layer)) 263 . ALLOCATE(layer(nsoilmx)) 264 IF (.not.ALLOCATED(mlayer)) 265 . ALLOCATE(mlayer(0:nsoilmx-1)) 266 IF (.not.ALLOCATED(inertiedat)) 267 . ALLOCATE(inertiedat(ngridmx,nsoilmx)) 268 ! ALLOCATE ARRAYS IN comgeomfi_h (done in inifis usually) 269 IF (.not. ALLOCATED(lati)) ALLOCATE(lati(ngridmx)) 270 IF (.not. ALLOCATED(long)) ALLOCATE(long(ngridmx)) 271 IF (.not. ALLOCATED(area)) ALLOCATE(area(ngridmx)) 272 cursor = 1 ! added by AS in dimphys. 1 for sequential runs. 252 273 253 274 c----------------------------------------------------------------------- … … 299 320 CALL dynetat0(fichnom,nqmx,vcov,ucov,teta,q,masse, 300 321 . ps,phis,time) 301 302 303 ! ALLOCATE ARRAYS IN comgeomfi_h (done in inifis usually)304 IF (.not. ALLOCATED(lati)) ALLOCATE(lati(ngridmx))305 IF (.not. ALLOCATED(long)) ALLOCATE(long(ngridmx))306 IF (.not. ALLOCATED(area)) ALLOCATE(area(ngridmx))307 cursor = 1 ! added by AS in dimphys. 1 for sequential runs.308 322 309 323 write(*,*) 'Reading file STARTFI' -
trunk/LMDZ.GENERIC/libf/dyn3d/start2archive.F
r787 r837 20 20 21 21 USE comsoil_h 22 USE comgeomfi_h 22 23 23 24 implicit none … … 123 124 124 125 grireg = .TRUE. 126 cursor = 1 ! added by AS in dimphys. 127 128 ! ALLOCATE ARRAYS IN comgeomfi_h (usually done in inifis) 129 ! this must be here for start2archive to work 130 IF (.not. ALLOCATED(lati)) ALLOCATE(lati(ngridmx)) 131 IF (.not. ALLOCATED(long)) ALLOCATE(long(ngridmx)) 132 IF (.not. ALLOCATED(area)) ALLOCATE(area(ngridmx)) 125 133 126 134 c======================================================================= -
trunk/LMDZ.GENERIC/libf/phystd/datareadnc.F
r787 r837 232 232 . iim, jjp1, rlonv, rlatu, zmea,zstd,zsig,zgam,zthe) 233 233 234 CALL dump2d(iip1,jjp1,zmea,'zmea')235 CALL dump2d(iip1,jjp1,zstd,'zstd')236 CALL dump2d(iip1,jjp1,zsig,'zsig')237 CALL dump2d(iip1,jjp1,zgam,'zgam')238 CALL dump2d(iip1,jjp1,zthe,'zthe')234 !CALL dump2d(iip1,jjp1,zmea,'zmea') 235 !CALL dump2d(iip1,jjp1,zstd,'zstd') 236 !CALL dump2d(iip1,jjp1,zsig,'zsig') 237 !CALL dump2d(iip1,jjp1,zgam,'zgam') 238 !CALL dump2d(iip1,jjp1,zthe,'zthe') 239 239 240 240 endif … … 295 295 phisinit(i)=1000.*phisinit(i) 296 296 ENDDO 297 CALL dump2d(iimp1,jjp1,phisinit,'Altitude en m')297 !CALL dump2d(iimp1,jjp1,phisinit,'Altitude en m') 298 298 CALL multscal(iimp1*jjp1,phisinit,g,phisinit) 299 299 -
trunk/LMDZ.GENERIC/libf/phystd/for_lmdz5/README.aymeric
r836 r837 40 40 41 41 42 /home/spiga/MODELES/LMDZ.GENERIC/makegcm -d 64x48x20 -t 0 -debug -cpp NOTRAC start2archive > logcomp 43 44 /home/spiga/MODELES/LMDZ.GENERIC/makegcm -d 64x48x20 -t 0 newstart 45 46 /home/spiga/MODELES/LMDZ.GENERIC/makegcm -d 128x96x20 -t 0 -debug -cpp NOTRAC newstart 47 48 /home/spiga/MODELES/LMDZ.GENERIC/makegcm -d 64x48x20 -t 0 -s 1 -b 3x2 gcm 49 50 42 51 pour initialisation idealisee, qqch comme iniaqua dans phyaqua ??? -
trunk/LMDZ.GENERIC/libf/phystd/surfini.F
r787 r837 57 57 DO ig=1,ngrid 58 58 IF (qsurf(ig,igcm_co2_ice) .GT. 0.) THEN 59 !!!! no good in parallel 59 60 IF(ig.GT.ngrid/2+1) THEN 60 61 icap=2
Note: See TracChangeset
for help on using the changeset viewer.