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 – 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.

Location:
NEMO/branches/2019/dev_r11085_ASINTER-05_Brodeau_Advanced_Bulk/src/OCE
Files:
2 edited

Legend:

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

    r11831 r11892  
    615615            ENDIF 
    616616 
    617             IF( llneed ) THEN                                              ! dta_bdy(jbdy)%xxx will be needed 
     617            IF( llneed .AND. iszdim > 0 ) THEN                             ! dta_bdy(jbdy)%xxx will be needed 
    618618               !                                                           !   -> must be associated with an allocated target 
    619619               ALLOCATE( bf_alias(1)%fnow( iszdim, 1, ipk ) )              ! allocate the target 
  • 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.