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 14924 for NEMO/branches/2021/ticket2669_isf_fluxes/src/OCE/ISF/isfpar.F90 – NEMO

Ignore:
Timestamp:
2021-05-28T16:07:37+02:00 (3 years ago)
Author:
mathiot
Message:

ticket #2669 : off topic again, I plugged in the fix for the oasis case made by Christrian.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2021/ticket2669_isf_fluxes/src/OCE/ISF/isfpar.F90

    r14917 r14924  
    99   !!            3.4  !  2013-03  (P. Mathiot) Merging + parametrization 
    1010   !!            4.1  !  2019-09  (P. Mathiot) Restructuration 
     11   !!            4.2  !  2021-05  (C. Ethe   ) Test and fix oasis case 
    1112   !!---------------------------------------------------------------------- 
    1213 
     
    177178      CASE ( 'oasis' ) 
    178179         ! 
     180         ALLOCATE( sf_isfpar_fwf(1), STAT=ierr ) 
     181         ALLOCATE( sf_isfpar_fwf(1)%fnow(jpi,jpj,1), sf_isfpar_fwf(1)%fdta(jpi,jpj,1,2) ) 
     182         CALL fld_fill( sf_isfpar_fwf, (/ sn_isfpar_fwf /), cn_isfdir, 'isf_par_init', 'read fresh water flux isf data', 'namisf' ) 
     183         ! 
    179184         IF(lwp) WRITE(numout,*) 
    180185         IF(lwp) WRITE(numout,*) '      ==>>>    isf melt provided by OASIS (cn_isfmlt_par = oasis)' 
Note: See TracChangeset for help on using the changeset viewer.