Changeset 1898
- Timestamp:
- Jan 26, 2018, 11:29:20 AM (7 years ago)
- Location:
- trunk/LMDZ.TITAN
- Files:
-
- 1 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.TITAN/README
r1897 r1898 1381 1381 Big modifs of the tracer gestion/init in the physiq with a new query by names (see tracer_h ) 1382 1382 1383 == 20/12/2017 - ... : r1871-86-87-91-94 ...== JVO1383 == 12/2017 - 01/2018 : r1871-86-87-91-94-98 == JVO 1384 1384 Management of the chemistry within startfi. Open the way to : 1385 1385 1) run with chemistry in another resolution than 32x48 ! … … 1396 1396 with the introduction of gr_kim_vervack.F90 routine 1397 1397 + For initialisation and loading of chemistry fields in phyetat0 -> chem_settings.F90 1398 + ... 1398 + Upper chemistry fields ( and chemistry tracers if needed ) in newstart are 1399 regrided in vert_regrid_kim.F90 1399 1400 1400 1401 == 13/01/18 == JVO -
trunk/LMDZ.TITAN/libf/dynphy_lonlat/phytitan/lect_start_archive.F
r1894 r1898 729 729 730 730 DO iq=1,nqtot 731 txt=trim(tname(iq))//"_surf" 731 732 732 733 write(*,*) "lect_start_archive: loading tracer ",trim(txt) -
trunk/LMDZ.TITAN/libf/dynphy_lonlat/phytitan/newstart.F
r1894 r1898 266 266 c======================================================================= 267 267 268 ! Initialize global tracer indexes (stored in tracer.h)269 ! ... this has to be done before phyetat0270 call initracer2(nqtot,tname)271 272 268 ! Take care of arrays in common modules 273 269 ! ALLOCATE ARRAYS in surfdat_h (if not already done, e.g. when using start_archive) … … 337 333 & aire,cu,cv,rad,g,r,cpp, 338 334 & 1) 335 336 ! Initialize global tracer indexes (stored in tracer.h) 337 ! ... this has to be done before phyetat0 338 CALL initracer2(nqtot,tname) 339 339 340 340 ! Lmodif set to 0 to disable modifications possibility in phyeta0 … … 458 458 & aire,cu,cv,rad,g,r,cpp, 459 459 & 1) 460 ! Initialize global tracer indexes (stored in tracer.h) 461 CALL initracer2(nqtot,tname) 462 460 463 ENDIF 461 464 … … 1091 1094 ENDIF 1092 1095 1093 ! Regriding if needed 1096 ! Regridind of upper chemistry fields and uppermost GCM 1097 ! chemistry tracers if needed 1094 1098 1095 1099 IF (nlaykimold.ne.nlaykim_up) THEN 1096 1100 1097 1101 WRITE(*,*) " Warning, nlaykimold=", nlaykimold 1098 WRITE(*,*) ' which implies that a vertical regriding on upper 1099 &chemistry fields will be performed.' 1102 WRITE(*,*) ' which implies that a vertical regrid on upper 1103 &chemistry fields will be performed. If the ceiling is lowered I 1104 & will also adjust GCM uppermost layers chem. tracers.' 1100 1105 WRITE(*,*) 1101 1106 1102 ! CALL vert_regrid_kim(ngridmx)1107 CALL vert_regrid_kim(nqtot,q) 1103 1108 1104 1109 ENDIF -
trunk/LMDZ.TITAN/utilities/prepare_startkim.bash
r1893 r1898 119 119 if [ $ilat -eq 1 ] ; then 120 120 ngrid0=0 121 ngrid1= 1121 ngrid1=0 122 122 elif [ $lat -eq 49 ] ; then 123 123 ngrid0=1505
Note: See TracChangeset
for help on using the changeset viewer.