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 12609 for branches/UKMO/dev_r5518_obs_oper_update_sit/NEMOGCM/NEMO/OPA_SRC/OBS/diaobs.F90 – NEMO

Ignore:
Timestamp:
2020-03-26T11:53:23+01:00 (4 years ago)
Author:
dcarneir
Message:

Making SIT changes in global configs to be compatible with build in shelf configs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_obs_oper_update_sit/NEMOGCM/NEMO/OPA_SRC/OBS/diaobs.F90

    r12380 r12609  
    968968            ENDIF 
    969969 
     970#if defined key_cice 
    970971            IF ( TRIM(cobstypessurf(jtype)) == 'sit' ) THEN 
    971972               CALL obs_rea_snowdepth( surfdataqc(jtype), n2dintsurf(jtype), thick_s(:,:) ) 
    972973            ENDIF  
     974#endif 
    973975 
    974976            IF ( TRIM(cobstypessurf(jtype)) == 'sst' .AND. ln_sstbias ) THEN 
Note: See TracChangeset for help on using the changeset viewer.