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 392 for trunk/NEMO/OPA_SRC/restart_dimg.h90 – NEMO

Ignore:
Timestamp:
2006-03-10T11:55:45+01:00 (18 years ago)
Author:
opalod
Message:

RB:nemo_v1_update_038: first integration of Agrif :

  • add agrif to dynspg_flt_jki.F90
  • cosmetic change of key_AGRIF in key_agrif
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/restart_dimg.h90

    r389 r392  
    6262       irecl8= jpi * jpj * wp 
    6363       WRITE(clres,'(a,i3.3)') 'restart.output.',narea 
    64 #if defined key_AGRIF  
     64#if defined key_agrif  
    6565       inum = Agrif_Get_Unit()       
    6666       If(.NOT. Agrif_root() ) clres = TRIM(Agrif_CFixed())//'_'//TRIM(clres) 
     
    273273    ! Open direct access file, with reclength for 2D wp fields 
    274274    WRITE(clres,'(a,i3.3)') 'restart.',narea 
    275 #if defined key_AGRIF        
     275#if defined key_agrif        
    276276    inum = Agrif_Get_Unit() 
    277277    If(.NOT. Agrif_root() ) clres = TRIM(Agrif_CFixed())//'_'//TRIM(clres) 
Note: See TracChangeset for help on using the changeset viewer.