Ignore:
Timestamp:
Jul 24, 2023, 4:50:57 PM (15 months ago)
Author:
acozic
Message:

add a flag for the dms cycle between ocean and atmosphere
remove cpp key CPLOCNINCA activated by option cplocninca
remove compilation option cplocninca

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/cpl_mod.F90

    r4600 r4640  
    377377            0,zjulian,dtime,nhoridcs,nidcs)
    378378! no vertical axis
    379        DO jf=1,maxrecv
     379       DO jf=1,maxrecv_phys
    380380         IF (inforecv(i)%action) THEN
    381381             CALL histdef(nidcs,inforecv(i)%name ,inforecv(i)%name , &
     
    433433    CHARACTER(len = 80)                     :: abort_message
    434434    REAL, DIMENSION(klon)                   :: read_sic1D
    435     REAL, DIMENSION(nbp_lon,jj_nb,maxrecv)      :: tab_read_flds
     435    REAL, DIMENSION(nbp_lon,jj_nb,maxrecv_phys)      :: tab_read_flds
    436436    REAL, DIMENSION(klon,nbsrf)             :: pctsrf_old
    437437    REAL, DIMENSION(klon_mpi)               :: rlon_mpi, rlat_mpi
     
    462462          ndexcs(:) = 0
    463463          itau_w = itau_phy + itime + start_time * day_step_phy
    464           DO i = 1, maxrecv
     464          DO i = 1, maxrecv_phys
    465465            IF (inforecv(i)%action) THEN
    466466                CALL histwrite(nidcs,inforecv(i)%name,itau_w,tab_read_flds(:,:,i),nbp_lon*(nbp_lat),ndexcs)
Note: See TracChangeset for help on using the changeset viewer.