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 14286 for NEMO/branches/2020/dev_r14116_HPC-04_mcastril_Mixed_Precision_implementation_final/src/OCE/DOM/dom_oce.F90 – NEMO

Ignore:
Timestamp:
2021-01-11T18:30:11+01:00 (3 years ago)
Author:
mcastril
Message:

Reformatting and allowing to use key_qco

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/dev_r14116_HPC-04_mcastril_Mixed_Precision_implementation_final/src/OCE/DOM/dom_oce.F90

    r14219 r14286  
    243243   INTEGER , PUBLIC ::   nsec_monday   !: seconds between 00h         of the last Monday   and half of the current time step 
    244244   INTEGER , PUBLIC ::   nsec_day      !: seconds between 00h         of the current   day and half of the current time step 
    245    REAL(dp), PUBLIC ::   fjulday       !: current julian day  
     245   REAL(dp), PUBLIC ::   fjulday       !: current julian day 
    246246   REAL(dp), PUBLIC ::   fjulstartyear !: first day of the current year in julian days 
    247247   REAL(wp), PUBLIC ::   adatrj        !: number of elapsed days since the begining of the whole simulation 
Note: See TracChangeset for help on using the changeset viewer.