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

Ignore:
Timestamp:
2018-06-21T11:58:42+02:00 (6 years ago)
Author:
dancopsey
Message:

Merged in GO6 package branch up to revision 8356.

File:
1 edited

Legend:

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

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