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 6808 for branches/NERC/dev_r5549_BDY_ZEROGRAD/NEMOGCM/TOOLS/SIREN/src/phycst.f90 – NEMO

Ignore:
Timestamp:
2016-07-19T10:38:35+02:00 (8 years ago)
Author:
jamesharle
Message:

merge with trunk@6232 for consistency with SSB code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/NERC/dev_r5549_BDY_ZEROGRAD/NEMOGCM/TOOLS/SIREN/src/phycst.f90

    r5037 r6808  
    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.