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 6404 for branches/2015/dev_r5803_UKMO_AGRIF_Vert_interp/NEMOGCM/TOOLS/SIREN/src/function.f90 – NEMO

Ignore:
Timestamp:
2016-03-29T11:24:48+02:00 (8 years ago)
Author:
timgraham
Message:

First attempt at upgrading branch to the head of the trunk. This should include all of the simplification branch from the merge in Dec 2015.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5803_UKMO_AGRIF_Vert_interp/NEMOGCM/TOOLS/SIREN/src/function.f90

    r6401 r6404  
    363363      IF( id_status /= 0 )THEN 
    364364         !CALL ERRSNS() ! not F95 standard 
    365          PRINT *, "FORTRAN ERROR" 
     365         PRINT *, "FORTRAN ERROR ",id_status 
    366366         !STOP 
    367367      ENDIF 
     
    740740   ! 
    741741   !> @param[in] cd_var character 
    742    !> @return character is numeric 
     742   !> @return character is real number 
    743743   !------------------------------------------------------------------- 
    744744   PURE LOGICAL FUNCTION fct_is_real(cd_var) 
Note: See TracChangeset for help on using the changeset viewer.