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 15548 for NEMO/branches/2021/ticket2632_r14588_theta_sbcblk/src/OCE/SBC/sbcssm.F90 – NEMO

Ignore:
Timestamp:
2021-11-28T18:59:49+01:00 (3 years ago)
Author:
gsamson
Message:

update branch to the head of the trunk (r15547); ticket #2632

Location:
NEMO/branches/2021/ticket2632_r14588_theta_sbcblk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2021/ticket2632_r14588_theta_sbcblk

    • Property svn:externals
      •  

        old new  
        99 
        1010# SETTE 
        11 ^/utils/CI/sette@14244        sette 
         11^/utils/CI/sette@HEAD        sette 
         12 
  • NEMO/branches/2021/ticket2632_r14588_theta_sbcblk/src/OCE/SBC/sbcssm.F90

    r14072 r15548  
    6565      zts(:,:,jp_sal) = ts(:,:,1,jp_sal,Kmm) 
    6666      ! 
    67       IF( nn_fsbc == 1 ) THEN                             !   Instantaneous surface fields        ! 
     67         !                                                ! ---------------------------------------- ! 
     68      IF( nn_fsbc == 1 ) THEN                             !      Instantaneous surface fields        ! 
    6869         !                                                ! ---------------------------------------- ! 
    6970         ssu_m(:,:) = uu(:,:,1,Kbb) 
     
    9293            ssu_m(:,:) = zcoef * uu(:,:,1,Kbb) 
    9394            ssv_m(:,:) = zcoef * vv(:,:,1,Kbb) 
    94             IF( l_useCT )  THEN    ;   sst_m(:,:) = zcoef * eos_pt_from_ct( zts(:,:,jp_tem), zts(:,:,jp_sal) ) 
     95            IF( l_useCT   )  THEN   ;   sst_m(:,:) = zcoef * eos_pt_from_ct( zts(:,:,jp_tem), zts(:,:,jp_sal) ) 
    9596            ELSE                    ;   sst_m(:,:) = zcoef * zts(:,:,jp_tem) 
    9697            ENDIF 
     
    246247         sss_m(:,:) = ts  (:,:,1,jp_sal,Kmm) 
    247248         ssh_m(:,:) = ssh(:,:,Kmm) 
    248          e3t_m(:,:) = e3t (:,:,1,Kmm) 
     249         e3t_m(:,:) = e3t(:,:,1,Kmm) 
    249250         frq_m(:,:) = 1._wp 
    250251         ! 
Note: See TracChangeset for help on using the changeset viewer.