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 7351 for branches/2016/dev_INGV_UKMO_2016/NEMOGCM/TOOLS/SIREN/src/math.f90 – NEMO

Ignore:
Timestamp:
2016-11-28T17:04:10+01:00 (7 years ago)
Author:
emanuelaclementi
Message:

ticket #1805 step 3: /2016/dev_INGV_UKMO_2016 aligned to the trunk at revision 7161

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_INGV_UKMO_2016/NEMOGCM/TOOLS/SIREN/src/math.f90

    r5617 r7351  
    12241224          
    12251225      CASE('K') 
     1226 
     1227         ALLOCATE( dl_value(il_shape(1),il_shape(2),3) ) 
    12261228         ! compute derivative in k-direction 
    12271229         DO jk=1,il_shape(3) 
     
    12661268            ENDIF          
    12671269 
    1268             WHERE( dl_value(:,:, 2) /= dd_fill .AND. & ! jk 
    1269                &   dl_value(:,:, 3) /= dd_fill .AND. & ! jk+1 
    1270                &   dl_value(:,:, 1) /= dd_fill )       ! jk-1 
     1270            WHERE( dl_value(:,:,2) /= dd_fill .AND. & ! jk 
     1271               &   dl_value(:,:,3) /= dd_fill .AND. & ! jk+1 
     1272               &   dl_value(:,:,1) /= dd_fill )       ! jk-1 
    12711273 
    12721274               math_deriv_3D(:,:,jk)=& 
Note: See TracChangeset for help on using the changeset viewer.