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 920 for trunk/NEMO/OPA_SRC/SBC/sbcana.F90 – NEMO

Ignore:
Timestamp:
2008-05-09T13:26:34+02:00 (16 years ago)
Author:
rblod
Message:

Correct incompatibilities with Agrif (easier part), see ticket #133

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/SBC/sbcana.F90

    r888 r920  
    3535   REAL(wp) ::   rn_qsr0   = 0.e0   !     solar heat flux 
    3636   REAL(wp) ::   rn_emp0   = 0.e0   ! net freshwater flux 
    37    NAMELIST/namsbc_ana/ nn_tau000, rn_utau0, rn_vtau0, rn_qns0, rn_qsr0, rn_emp0 
    3837    
    3938   !! * Substitutions 
     
    6766      REAL(wp)            ::   zfacto   ! local scalar 
    6867      !!--------------------------------------------------------------------- 
     68      NAMELIST/namsbc_ana/ nn_tau000, rn_utau0, rn_vtau0, rn_qns0, rn_qsr0, rn_emp0 
    6969      ! 
    7070      IF( kt == nit000 ) THEN 
Note: See TracChangeset for help on using the changeset viewer.