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 12889 for NEMO/branches/2020/ticket_2459/src/OCE/ISF/isfdiags.F90 – NEMO

Ignore:
Timestamp:
2020-05-07T14:57:43+02:00 (4 years ago)
Author:
mathiot
Message:

ticket #2459: update namelist, xml and MY_SRC files for WED025 and ISOMIP+ + minor bug when fwfisf_3d_cav/par is asked in XIOS

Location:
NEMO/branches/2020/ticket_2459
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/ticket_2459

    • Property svn:externals
      •  

        old new  
        88 
        99# SETTE 
        10 ^/utils/CI/sette@HEAD         sette 
         10^/utils/CI/sette_ticket2459@HEAD         sette 
  • NEMO/branches/2020/ticket_2459/src/OCE/ISF/isfdiags.F90

    r12340 r12889  
    8888      REAL(wp), DIMENSION(jpi,jpj), INTENT(in) :: phtbl, pfrac  ! thickness of the tbl and fraction of last cell affected by the tbl 
    8989      REAL(wp), DIMENSION(jpi,jpj), INTENT(in) :: pvar2d        ! 2d var to map in 3d 
    90       CHARACTER(LEN=256), INTENT(in) :: cdvar 
     90      CHARACTER(LEN=*), INTENT(in) :: cdvar 
    9191      !!--------------------------------------------------------------------- 
    9292      INTEGER  :: ji, jj, jk                       ! loop indices 
Note: See TracChangeset for help on using the changeset viewer.