Changeset 1890 for trunk/LMDZ.TITAN/libf/dynphy_lonlat
- Timestamp:
- Jan 10, 2018, 12:25:01 PM (7 years ago)
- Location:
- trunk/LMDZ.TITAN/libf/dynphy_lonlat/phytitan
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.TITAN/libf/dynphy_lonlat/phytitan/lect_start_archive.F
r1889 r1890 5 5 6 6 ! USE surfdat_h 7 USE comchem_ h, ONLY: nlaykimold, preskimold7 USE comchem_newstart_h, ONLY: nlaykimold, preskimold 8 8 USE comsoil_h, ONLY: nsoilmx, layer, mlayer, volcapa, inertiedat 9 9 USE infotrac, ONLY: tname, nqtot -
trunk/LMDZ.TITAN/libf/dynphy_lonlat/phytitan/newstart.F
r1889 r1890 17 17 & is_master 18 18 use infotrac, only: infotrac_init, nqtot, tname 19 USE comchem_h, ONLY: nlaykim_up, nlaykimold 19 USE comchem_h, ONLY: nlaykim_up 20 USE comchem_newstart_h, ONLY: nlaykimold 20 21 USE comsoil_h, ONLY: nsoilmx, layer, mlayer, inertiedat 21 22 USE surfdat_h, ONLY: phisfi, albedodat, … … 35 36 USE ener_mod, ONLY: etot0,ptot0,ztot0,stot0,ang0 36 37 use tabfi_mod, only: tabfi 38 use callkeys_mod, only: callchim 37 39 use iniphysiq_mod, only: iniphysiq 38 40 use phyetat0_mod, only: phyetat0 … … 1085 1087 ! Regriding is then done, if needed 1086 1088 1087 IF ( nlaykimold.ne.nlaykim_up) THEN1089 IF (callchim .and. nlaykimold.ne.nlaykim_up) THEN 1088 1090 1089 1091 WRITE(*,*) " Warning, nlaykimold=", nlaykimold 1090 1092 WRITE(*,*) ' which implies that a regriding on upper chemistry 1091 & will be performed.'1093 & fields will be performed.' 1092 1094 WRITE(*,*) 1093 1095 1094 ! CALL regrid_kim1096 ! CALL regrid_kim(ngridmx) 1095 1097 1096 1098 ENDIF -
trunk/LMDZ.TITAN/libf/dynphy_lonlat/phytitan/start2archive.F
r1887 r1890 21 21 use infotrac, only: infotrac_init, nqtot, tname 22 22 USE comsoil_h 23 USE comchem_h 23 24 USE comchem_h, only : nlaykim_up, preskim 25 USE comchem_startarch_h 24 26 25 27 ! USE comgeomfi_h, ONLY: lati, long, area … … 233 235 . I presume they're all here as you can't do uncomplete chemistry!" 234 236 ! Allocates upper chemistry fields in comchem_h on physical and scalar grid 235 CALL allo kim_start2archive(ngridmx,ip1jmp1)237 CALL alloc_kim_start2archive(ngridmx,ip1jmp1) 236 238 kim=.TRUE. 237 239 ENDIF
Note: See TracChangeset
for help on using the changeset viewer.