Ignore:
Timestamp:
Jul 28, 2025, 7:23:15 PM (6 days ago)
Author:
aborella
Message:

Merge with trunk r5789

Location:
LMDZ6/branches/contrails
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/contrails

  • LMDZ6/branches/contrails/libf/phylmd/cpl_mod.F90

    r5394 r5791  
    363363       CALL histdef(nidct, 'tmp_lat','tmp_lat', &
    364364            "-",nbp_lon,nbp_lat, nhoridct, 1, 1, 1, -99, 32, "inst", dtime,dtime)
    365        DO jf=1,maxsend
     365       DO jf=1,maxsend_phys
    366366         IF (infosend(i)%action) THEN
    367367             CALL histdef(nidct, infosend(i)%name ,infosend(i)%name , &
     
    12801280    REAL, DIMENSION(nbp_lon, jj_nb)                          :: tmp_calv
    12811281! Table with all fields to send to coupler
    1282     REAL, DIMENSION(nbp_lon, jj_nb, maxsend)                 :: tab_flds
     1282    REAL, DIMENSION(nbp_lon, jj_nb, maxsend_phys)            :: tab_flds
    12831283    REAL, DIMENSION(klon_mpi)                                :: rlon_mpi, rlat_mpi
    12841284    REAL  :: calving(nb_zone_calving)
     
    15101510!*************************************************************************************
    15111511    IF (is_sequential) THEN
    1512         DO j=1,maxsend
     1512        DO j=1,maxsend_phys
    15131513          IF (infosend(j)%action) CALL histwrite(nidct,infosend(j)%name, itau_w, &
    15141514             tab_flds(:,:,j),nbp_lon*(nbp_lat),ndexct)
Note: See TracChangeset for help on using the changeset viewer.