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 9009 for branches/NERC/dev_r5518_GO6_ScalingCoupledChl – NEMO

Ignore:
Timestamp:
2017-12-13T12:54:21+01:00 (6 years ago)
Author:
frrh
Message:

Fix typo in comment characters

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/NERC/dev_r5518_GO6_ScalingCoupledChl/NEMOGCM/NEMO/TOP_SRC/trcrst.F90

    r9008 r9009  
    279279      !!       07-12-2017 -- To make things cleaner, we want to store an   
    280280      !!                     unscaled Chl field in the restart and only  
    281       ||                     scale it when reading it in. 
     281      !!                     scale it when reading it in. 
    282282 
    283283      IF( iom_varid( numrtr, 'N_CHL_srf', ldstop = .FALSE. ) > 0 ) THEN 
     
    464464      !! JPALM 07-12-2017 -- To make things cleaner, we want to store an   
    465465      !!                     unscaled Chl field in the restart and only  
    466       ||                     scale it when reading it in. 
     466      !!                     scale it when reading it in. 
    467467      zn_chl_srf(:,:) = zn_chl_srf(:,:) / scl_chl  
    468468      CALL iom_rstput( kt, nitrst, numrtw, 'N_CHL_srf',  zn_chl_srf(:,:)  ) 
Note: See TracChangeset for help on using the changeset viewer.