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 1057 for trunk/NEMO/OPA_SRC/DIA/diawri_dimg.h90 – NEMO

Ignore:
Timestamp:
2008-06-04T20:44:44+02:00 (16 years ago)
Author:
rblod
Message:

ctlopn with dimg diagnostics and additonnal stuff related to dimg

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/DIA/diawri_dimg.h90

    r1037 r1057  
    170170       fsel(:,:,3 ) = fsel(:,:,3 ) + qsr (:,:) + qns  (:,:)  
    171171       fsel(:,:,4 ) = fsel(:,:,4 ) + emp (:,:) 
    172        fsel(:,:,5 ) = fsel(:,:,5 ) + tb  (:,:,1) - sst(:,:) 
     172       fsel(:,:,5 ) = fsel(:,:,5 ) + tb  (:,:,1) - sf_sst(1)%fnow(:,:) 
    173173#if ! defined key_dynspg_rl 
    174174       fsel(:,:,6 ) = fsel(:,:,6 ) + sshn(:,:)    ! SSH 
     
    182182       fsel(:,:,11) = fsel(:,:,11) + hmlp(:,:) 
    183183       fsel(:,:,12) = fsel(:,:,12) + fr_i(:,:) 
    184        fsel(:,:,13) = fsel(:,:,13) + sst(:,:) 
     184       fsel(:,:,13) = fsel(:,:,13) + sf_sst(1)%fnow(:,:) 
    185185       !        fsel(:,:,14) = fsel(:,:,14) + qct(:,:) 
    186186       !        fsel(:,:,15) = fsel(:,:,15) + fbt(:,:) 
     
    249249          fsel(:,:,1 ) = utau(:,:) * umask(:,:,1) 
    250250          fsel(:,:,2 ) = vtau(:,:) * vmask(:,:,1) 
    251           fsel(:,:,3 ) = (qsr (:,:) + qnr (:,:)) * tmask(:,:,1) 
     251          fsel(:,:,3 ) = (qsr (:,:) + qns (:,:)) * tmask(:,:,1) 
    252252          fsel(:,:,4 ) = emp (:,:) * tmask(:,:,1) 
    253           fsel(:,:,5 ) = (tb  (:,:,1) -sst(:,:)) *tmask(:,:,1) 
     253          fsel(:,:,5 ) = (tb  (:,:,1) - sf_sst(1)%fnow(:,:) ) *tmask(:,:,1) 
    254254 
    255255#if ! defined key_dynspg_rl 
     
    264264          fsel(:,:,11) = hmlp(:,:) * tmask(:,:,1) 
    265265          fsel(:,:,12) = fr_i(:,:) * tmask(:,:,1) 
    266           fsel(:,:,13) =  sst(:,:)   
     266          fsel(:,:,13) = sf_sst(1)%fnow(:,:) 
    267267          !         fsel(:,:,14) =  qct(:,:) 
    268268          !         fsel(:,:,15) =  fbt(:,:) 
Note: See TracChangeset for help on using the changeset viewer.