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 389 for trunk/NEMO/OPA_SRC/DTA/dtasst.F90 – NEMO

Ignore:
Timestamp:
2006-03-09T18:22:04+01:00 (18 years ago)
Author:
opalod
Message:

RB:nemo_v1_update_038: first integration of Agrif :

  • configuration parameters are just integer when agrif is used
  • add call to agrif routines with key_agrif
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/DTA/dtasst.F90

    r247 r389  
    9191      REAL(wp) ::   zlon(jpi,jpj), zlat(jpi,jpj), zlev(jpk) 
    9292      CHARACTER (len=45) ::   & 
    93          clname = "sst_1d.nc"      ! filename for daily SST 
     93         clname       ! filename for daily SST 
    9494      !!---------------------------------------------------------------------- 
    95  
     95         clname = 'sst_1d.nc' 
     96#if defined key_AGRIF 
     97      if ( .NOT. Agrif_Root() ) then 
     98         clname = TRIM(Agrif_CFixed())//'_'//TRIM(clname) 
     99      endif 
     100#endif          
    96101      IF( kt == nit000 ) THEN 
    97102         IF(lwp) WRITE(numout,*) 
Note: See TracChangeset for help on using the changeset viewer.