Changeset 5791 for LMDZ6/branches/contrails/libf/phylmd/cpl_mod.F90
- Timestamp:
- Jul 28, 2025, 7:23:15 PM (6 days ago)
- Location:
- LMDZ6/branches/contrails
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/contrails
- Property svn:mergeinfo changed
/LMDZ6/trunk merged: 5654-5683,5685-5690,5692-5715,5718-5721,5726-5727,5729,5744-5761,5763-5778,5780,5785-5789
- Property svn:mergeinfo changed
-
LMDZ6/branches/contrails/libf/phylmd/cpl_mod.F90
r5394 r5791 363 363 CALL histdef(nidct, 'tmp_lat','tmp_lat', & 364 364 "-",nbp_lon,nbp_lat, nhoridct, 1, 1, 1, -99, 32, "inst", dtime,dtime) 365 DO jf=1,maxsend 365 DO jf=1,maxsend_phys 366 366 IF (infosend(i)%action) THEN 367 367 CALL histdef(nidct, infosend(i)%name ,infosend(i)%name , & … … 1280 1280 REAL, DIMENSION(nbp_lon, jj_nb) :: tmp_calv 1281 1281 ! Table with all fields to send to coupler 1282 REAL, DIMENSION(nbp_lon, jj_nb, maxsend ):: tab_flds1282 REAL, DIMENSION(nbp_lon, jj_nb, maxsend_phys) :: tab_flds 1283 1283 REAL, DIMENSION(klon_mpi) :: rlon_mpi, rlat_mpi 1284 1284 REAL :: calving(nb_zone_calving) … … 1510 1510 !************************************************************************************* 1511 1511 IF (is_sequential) THEN 1512 DO j=1,maxsend 1512 DO j=1,maxsend_phys 1513 1513 IF (infosend(j)%action) CALL histwrite(nidct,infosend(j)%name, itau_w, & 1514 1514 tab_flds(:,:,j),nbp_lon*(nbp_lat),ndexct)
Note: See TracChangeset
for help on using the changeset viewer.