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 1991 for vendors/IOIPSL/current/example/testopp.f90 – NEMO

Ignore:
Timestamp:
2010-07-08T15:39:26+02:00 (14 years ago)
Author:
smasson
Message:

Load working_directory into vendors/IOIPSL/current.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendors/IOIPSL/current/example/testopp.f90

    r1895 r1991  
    11PROGRAM testopp 
    22!- 
    3 !$Id: testopp.f90 386 2008-09-04 08:38:48Z bellier $ 
     3!$Id: testopp.f90 846 2009-12-10 16:26:58Z bellier $ 
    44!- 
    55! This software is governed by the CeCILL license 
     
    3434     WRITE(*,*) ' ' 
    3535     WRITE(*,*) 'String to be analyzed : ',TRIM(opp) 
    36      CALL buildop (opp,ex_topps,tmp_topp,nbopp_max,missing_val, & 
    37     &              tmp_sopp,tmp_scal,nbopp) 
     36     CALL buildop (TRIM(opp),ex_topps,tmp_topp,missing_val, & 
     37 &                 tmp_sopp,tmp_scal,nbopp) 
    3838!- 
    39      WRITE(*,*) 'Time operation : ',TRIM(tmp_topp) 
    40      WRITE(*,*) 'Other operations  :', nbopp 
     39     WRITE(*,*) 'Time operation   : ',TRIM(tmp_topp) 
     40     WRITE(*,*) 'Other operations : ',nbopp 
    4141     DO i=1,nbopp 
    42        WRITE(*,*) 'i = ',i,' opp : ',tmp_sopp(i), & 
    43       &           ' scalar : ',tmp_scal(i) 
     42       WRITE(*,*) ' ',i,' opp : ',tmp_sopp(i),' scalar : ',tmp_scal(i) 
    4443     ENDDO 
    4544   ENDDO 
Note: See TracChangeset for help on using the changeset viewer.