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 5979 for branches/2015/dev_MetOffice_merge_2015/NEMOGCM/NEMO/OPA_SRC/OBS/diaobs.F90 – NEMO

Ignore:
Timestamp:
2015-12-02T14:59:21+01:00 (8 years ago)
Author:
timgraham
Message:

Bug fixes following last merge

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_MetOffice_merge_2015/NEMOGCM/NEMO/OPA_SRC/OBS/diaobs.F90

    r5963 r5979  
    10811081                     &              kstp, jpi, jpj, jpk, nit000, idaystp,   &  
    10821082                     &              tsn(:,:,:,jp_tem), tsn(:,:,:,jp_sal),   &  
    1083                      &              fsdept(:,:,:), tmask, n1dint, n2dint,   &  
     1083                     &              fsdept(:,:,:), fsdepw(:,:,:),           & 
     1084                     &              tmask, n1dint, n2dint,   &  
    10841085                     &              kdailyavtypes = endailyavtypes )  
    10851086               ELSE  
     
    10871088                     &              kstp, jpi, jpj, jpk, nit000, idaystp,   &  
    10881089                     &              tsn(:,:,:,jp_tem), tsn(:,:,:,jp_sal),   &  
    1089                      &              fsdept(:,:,:), tmask, n1dint, n2dint )  
     1090                     &              fsdept(:,:,:), fsdepw(:,:,:),           & 
     1091                     &              tmask, n1dint, n2dint )  
    10901092               ENDIF  
    10911093            ENDIF 
Note: See TracChangeset for help on using the changeset viewer.