Ignore:
Timestamp:
Dec 6, 2022, 4:23:49 PM (22 months ago)
Author:
lguez
Message:

Merge branch Ocean_skin back into trunk

Location:
LMDZ6/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk

  • LMDZ6/trunk/libf/phylmd/oasis.F90

    r4247 r4370  
    6262  INTEGER, PARAMETER :: ids_qraiic = 28
    6363  INTEGER, PARAMETER :: ids_qsnoic = 29
    64   INTEGER, PARAMETER :: ids_delta_sst = 30, ids_delta_sal = 31
    65  
    66   INTEGER, PARAMETER :: maxsend    = 31  ! Maximum number of fields to send
     64  INTEGER, PARAMETER :: ids_delta_sst = 30, ids_delta_sal = 31, ids_dter = 32, &
     65       ids_dser = 33, ids_dt_ds = 34
     66 
     67  INTEGER, PARAMETER :: maxsend    = 34  ! Maximum number of fields to send
    6768 
    6869  ! Id for fields received from ocean
     
    201202       infosend(ids_delta_sal)%action = .TRUE.
    202203       infosend(ids_delta_sal)%name = 'CODELSSS'
     204       infosend(ids_dter)%action = .TRUE.
     205       infosend(ids_dter)%name = 'CODELTER'
     206       infosend(ids_dser)%action = .TRUE.
     207       infosend(ids_dser)%name = 'CODELSER'
     208       infosend(ids_dt_ds)%action = .TRUE.
     209       infosend(ids_dt_ds)%name = 'CODTDS'
    203210    end if
    204211           
Note: See TracChangeset for help on using the changeset viewer.