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 15254 for branches/UKMO/dev_r5518_obs_oper_update/NEMOGCM/NEMO/OPA_SRC/OBS/obs_prep.F90 – NEMO

Ignore:
Timestamp:
2021-09-14T13:37:21+02:00 (3 years ago)
Author:
jroberts
Message:

Changes manually merged from https://forge.ipsl.jussieu.fr/nemo/browser/branches/UKMO/dev_r5518_GO6_package_STARTHOUR?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_obs_oper_update/NEMOGCM/NEMO/OPA_SRC/OBS/obs_prep.F90

    r13393 r15254  
    133133      imon0 = ( ndate0 - iyea0 * 10000 ) / 100 
    134134      iday0 =   ndate0 - iyea0 * 10000 - imon0 * 100 
    135       ihou0 = 0 
    136       imin0 = 0 
     135      ihou0 =   nn_time0 / 100 
     136      imin0 = ( nn_time0 - ihou0 * 100 ) 
    137137 
    138138      icycle = no     ! Assimilation cycle 
     
    378378      imon0 = ( ndate0 - iyea0 * 10000 ) / 100 
    379379      iday0 =   ndate0 - iyea0 * 10000 - imon0 * 100 
    380       ihou0 = 0 
    381       imin0 = 0 
     380      ihou0 =   nn_time0 / 100 
     381      imin0 = ( nn_time0 - ihou0 * 100 ) 
    382382 
    383383      icycle = no     ! Assimilation cycle 
Note: See TracChangeset for help on using the changeset viewer.