Ignore:
Timestamp:
Sep 7, 2010 7:32:53 AM (14 years ago)
Author:
raasch
Message:

New:
---

Changed:


Documentation for surface_heatflux in case of prandtl_layer = .F. improved.

bugfix for wrong netcdf/3.6.3 module on lcsgi (mbuild, mrun)

Errors:


Bugfix in if statement (disturb_heatflux)

Bugfix: in 2201 statement: closing " was missing (interpret_config)

Bugfix: default setting of nzb_local for flat topography (init_grid)

Bugfix: wrong dimension used for ts_value_l (user_statistics)

disturb_heatflux, init_grid, interpret_config, user_statistics

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/mrun

    r544 r555  
    209209     #                     hicegate0/bicegate0 instead of the IP addresses
    210210     # 17/08/10 - BjornM - adjustments for interactive runs on lcxt4
     211     # 07/09/10 - Siggi  - bugfix for wrong netcdf/3.6.3 module on lcsgi
    211212
    212213
     
    21182119 fi
    21192120
     2121    # bugfix for wrong netcdf module
     2122 if [[ $remote_host = lcsgib  ||  $remote_host = lcsgih ]]
     2123 then
     2124    if [[ $(echo $module_calls | grep -c netcdf/3.6.3-intel) != 0 ]]
     2125    then
     2126       module_calls="$module_calls export LD_LIBRARY_PATH=/sw/dataformats/netcdf/3.6.3-intel/lib:\$LD_LIBRARY_PATH;"
     2127    fi
     2128 fi
     2129
    21202130
    21212131    # SET DEFAULT VALUE FOR MPI MODULE TO BE USED ON SGI-ALTIX
Note: See TracChangeset for help on using the changeset viewer.