New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 12173 for NEMO/branches/2019/dev_r12072_MERGE_OPTION2_2019/src/OCE/SBC/sbcclo.F90 – NEMO

Ignore:
Timestamp:
2019-12-11T11:09:28+01:00 (4 years ago)
Author:
cetlod
Message:

Minor bugfixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r12072_MERGE_OPTION2_2019/src/OCE/SBC/sbcclo.F90

    r12172 r12173  
    226226      REAL(wp), DIMENSION(:), INTENT(in   ) :: psurfsrc, psurftrg  ! source and target surface area 
    227227      ! 
    228       CHARACTER(256), INTENT(in   ) :: cdcstype  ! closed sea scheme used for redistribution 
     228      CHARACTER(len=*), INTENT(in   ) :: cdcstype  ! closed sea scheme used for redistribution 
    229229      ! 
    230230      ! local variable 
     
    263263      REAL(wp), DIMENSION(:,:), INTENT(inout) :: pwcs, pqcs                       ! water and heat flux correction due to closed seas 
    264264 
    265       CHARACTER(256), INTENT(in   ) :: cdcstype  ! closed sea scheme used for redistribution 
     265      CHARACTER(len=*), INTENT(in   ) :: cdcstype  ! closed sea scheme used for redistribution 
    266266 
    267267      ! local variables 
Note: See TracChangeset for help on using the changeset viewer.