- Timestamp:
- Oct 2, 2018, 10:54:53 AM (6 years ago)
- Location:
- trunk/LMDZ.GENERIC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/README
r1993 r2004 1394 1394 This is now harmonized. ALl routines use Psat_water. Watersat.F has been removed, but the routine is now in watercommon for archival purpose. It is not used anymore. 1395 1395 -also changed the number of chars for tname in the dyn3D/infotrac.F90 to be able to run rcm1d. 1396 1397 == 02/10/2018 == JL 1398 - correct a bug introduced in commit 1987 in optcv. -
trunk/LMDZ.GENERIC/libf/phystd/optcv.F90
r1987 r2004 361 361 END DO 362 362 363 DO L=1,L_NLAYRAD +1363 DO L=1,L_NLAYRAD 364 364 TAUV(L,NW,NG)=TAUCUMV(2*L,NW,NG) 365 365 END DO 366 TAUV(L,NW,NG)=TAUCUMV(2*L_NLAYRAD+1,NW,NG) 366 367 END DO 367 368 END DO ! end full gauss loop
Note: See TracChangeset
for help on using the changeset viewer.