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 11892 for NEMO/branches/2019/dev_r11085_ASINTER-05_Brodeau_Advanced_Bulk/src/OCE/SBC – NEMO

Ignore:
Timestamp:
2019-11-13T09:44:18+01:00 (4 years ago)
Author:
laurent
Message:

Improving test-case STATION_ASF, use of relevant heights and depth for PAPA station.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r11085_ASINTER-05_Brodeau_Advanced_Bulk/src/OCE/SBC/sbcdcy.F90

    r11672 r11892  
    9595         ENDIF 
    9696      END IF 
    97        
     97 
    9898      ! Setting parameters for each new day: 
    9999      CALL sbc_dcy_param() 
     
    176176         rtmd(:,:) = MOD( (rtmd(:,:) + 1._wp) , 1._wp) 
    177177      ENDIF 
    178        
     178 
    179179      ! If this is a new day, we have to update the dawn, dusk and scaling function 
    180180      !---------------------- 
Note: See TracChangeset for help on using the changeset viewer.