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 15488 for NEMO/branches/UKMO/NEMO_4.0.4_generic_obs/src – NEMO

Ignore:
Timestamp:
2021-11-09T16:53:35+01:00 (3 years ago)
Author:
dford
Message:

Add a check on altbias file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/NEMO_4.0.4_generic_obs/src/OCE/OBS/obs_group_def.F90

    r15395 r15488  
    500500            ENDIF 
    501501 
    502             ! Various other checks of combined options 
     502            IF ( sdobsgroup%lsla .AND. sdobsgroup%laltbias ) THEN 
     503               IF ( TRIM(sdobsgroup%caltbiasfile) == '' ) THEN 
     504                  CALL ctl_stop( ' No altimeter bias file specified' ) 
     505               ENDIF 
     506            ENDIF    
    503507 
    504508         ENDIF 
Note: See TracChangeset for help on using the changeset viewer.