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 5948 for branches/2014/dev_r4650_UKMO12_CFL_diags_take2/NEMOGCM/TOOLS/SIREN/src/phycst.f90 – NEMO

Ignore:
Timestamp:
2015-11-30T11:47:24+01:00 (8 years ago)
Author:
timgraham
Message:

Merged in head of trunk (r5936)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2014/dev_r4650_UKMO12_CFL_diags_take2/NEMOGCM/TOOLS/SIREN/src/phycst.f90

    r5947 r5948  
    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.