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 10248 for branches/UKMO/dev_r5518_AMM15_package/NEMOGCM/TOOLS/SIREN/src/phycst.f90 – NEMO

Ignore:
Timestamp:
2018-10-29T11:44:36+01:00 (5 years ago)
Author:
kingr
Message:

Merged 2015/nemo_v3_6_STABLE@6232

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_AMM15_package/NEMOGCM/TOOLS/SIREN/src/phycst.f90

    r5037 r10248  
    2525   PUBLIC :: dp_rearth  !< earth radius (km) 
    2626   PUBLIC :: dp_deg2rad !< degree to radian ratio  
     27   PUBLIC :: dp_rad2deg !< radian to degree ratio  
    2728   PUBLIC :: dp_delta   !<   
    2829 
     
    3132   REAL(dp), PARAMETER :: dp_rearth = 6871._dp 
    3233   REAL(dp), PARAMETER :: dp_deg2rad = dp_pi/180.0 
     34   REAL(dp), PARAMETER :: dp_rad2deg = 180.0/dp_pi 
    3335 
    34    REAL(dp), PARAMETER :: dp_delta=1.e-2 
     36   REAL(dp), PARAMETER :: dp_delta=1.e-6 
    3537END MODULE phycst 
    3638 
Note: See TracChangeset for help on using the changeset viewer.