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

Ignore:
Timestamp:
2019-07-01T10:51:24+02:00 (5 years ago)
Author:
emmafiedler
Message:

Avoid multiple lines of write statement and change of variable name following CICE review

File:
1 edited

Legend:

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

    r10712 r11200  
    736736       
    737737           IF ( ( kobsstp(jobs) == (nit000 - 1) ) ) THEN 
    738               WRITE(numout,*)( 'Sea-ice not initialised on zeroth '// & 
    739                         &    'time-step but observation valid then, flagging '// & 
     738              IF (lwp) WRITE(numout,*)( 'Sea-ice not initialised on zeroth '// & 
     739                        &    'time-step but SIT observation valid then, flagging '// & 
    740740                             'in time check subroutine obs_coo_tim.' )                   
    741741              kobsqc(jobs) = IBSET(kobsqc(jobs),13) 
Note: See TracChangeset for help on using the changeset viewer.