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/SBC/flx_bulk_monthly.h90 – 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/SBC/flx_bulk_monthly.h90

    r319 r389  
    9595         zlon   , zlat                 ! ??? 
    9696      CHARACTER (len=32) ::   & 
    97          clname = 'flx.nc'             ! flux filename 
     97         clname            ! flux filename 
    9898      !!--------------------------------------------------------------------- 
     99         clname = 'flx.nc' 
    99100 
    100101 
     
    131132 
    132133         ! title, dimensions and tests 
     134#if defined key_AGRIF 
     135      if ( .NOT. Agrif_Root() ) then 
     136         clname = TRIM(Agrif_CFixed())//'_'//TRIM(clname) 
     137      endif 
     138#endif     
    133139         CALL flinopen( clname, mig(1), nlci, mjg(1), nlcj,   & 
    134140            &          .FALSE., ipi, ipj, ipk, zlon, zlat, zlev,   & 
     
    202208               WRITE(numout,*) 
    203209               WRITE(numout,*) 'Clio mounth: ',nflx1,'  field: ',jm,' multiply by ',0.1 
    204                CALL prihre(flxdta(1,1,1,jm),jpi,jpj,1,jpi,20,1,jpj,10,.1,numout) 
     210               CALL prihre(flxdta(:,:,1,jm),jpi,jpj,1,jpi,20,1,jpj,10,.1,numout) 
    205211            END DO 
    206212         ENDIF 
     
    269275               WRITE(numout,*) 'jpf =  ', jpf !C a u t i o n : information need for SX5NEC compilo bug 
    270276               WRITE(numout,*) 'Clio mounth: ',nflx11,'  field: ',jm,' multiply by ',0.1 
    271                CALL prihre(flxdta(1,1,1,jm),jpi,jpj,1,jpi,20,1,jpj,10,.1,numout) 
     277               CALL prihre(flxdta(:,:,1,jm),jpi,jpj,1,jpi,20,1,jpj,10,.1,numout) 
    272278               WRITE(numout,*) 
    273279            END DO 
Note: See TracChangeset for help on using the changeset viewer.