Custom Query (964 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (961 - 963 of 964)

Ticket Owner Reporter Resolution Summary
#791 arango Fixed Typo in get_state.F
Description

There is a tiny type in get_state.F when reading time-evolving bathymetry if SEDIMENT and SED_MORPH are activated. We need to have instead:

          ELSE
            IF (Master) THEN
              WRITE (stdout,80) string, TRIM(Vname(1,idbath)),          &
     &                          TRIM(ncname)
            END IF
            exit_flag=4
            IF (FoundError(exit_flag, nf90_noerr, __LINE__,             &
     &                     __FILE__)) THEN
              RETURN
            END IF
          END IF

Many thanks to Catherine Drinkorn and John Warner for bringing this to my attention.

#829 arango Done Updated few files
Description

This is a minor update to the following files:

  • read_phypar.F: Reports ROMS I/O variables metadata file to standard output.
    Output/Input Files:
    
      ...
      ROMS I/O variables Metadata File:  ../Data/varinfo.dat
    
  • build_roms.bash: Add MVAPICH2 to which_MPI macro variable.
     export        USE_MPIF90=on            # compile with mpif90 script
    #export         which_MPI=mpich         # compile with MPICH library
    #export         which_MPI=mpich2        # compile with MPICH2 library
    #export         which_MPI=mvapich2      # compile with MVAPICH2 library
     export         which_MPI=openmpi       # compile with OpenMPI library
    
  • build_roms.sh: Add MVAPICH2 to which_MPI macro variable.
     setenv USE_MPIF90          on          # compile with mpif90 script
    #setenv which_MPI           mpich       # compile with MPICH library
    #setenv which_MPI           mpich2      # compile with MPICH2 library
    #setenv which_MPI           mvapich2    # compile with MVAPICH2 library
     setenv which_MPI           openmpi     # compile with OpenMPI library
    
  • Corrected information spellings in ESMF RunSequence configuration files: coamps_explicit.runconfig, coamps_implicit.runconfig, wrf_explicit.runconfig, and wrf_implicit.runconfig.
#872 abarth Fixed trivial typo in screen output of set_depth.m
Description

While translating the code set_depth.m to julia (https://github.com/Alexander-Barth/ROMS.jl), I noticed a small typo in the screen output for igrid=5 (current svn revision 1045):

--- set_depth.m	(Revision 1045)
+++ set_depth.m	(Arbeitskopie)
@@ -164,7 +164,7 @@
             '   at horizontal V-points']);
     case 5
       disp(['   igrid    = ',num2str(igrid),                            ...
-            '   at horizontal RHO-points']);
+            '   at horizontal W-points']);
   end
 end

Thanks for your great work!

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.