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/mbuild

    r544 r555  
    111111     # 16/08/10 - BjornM- bugfix: call of modules on local host, new workaround
    112112     #                    for lcxt4
     113     # 07/09/10 - Siggi - bugfix for wrong netcdf/3.6.3 module on lcsgi
    113114
    114115
     
    10361037          then
    10371038             module_calls="module load ${modules};"
     1039
     1040                # bugfix for wrong netcdf module
     1041             if [[ $remote_host = lcsgib  ||  $remote_host = lcsgih ]]
     1042             then
     1043                if [[ $(echo $module_calls | grep -c netcdf/3.6.3-intel) != 0 ]]
     1044                then
     1045                   module_calls="$module_calls export LD_LIBRARY_PATH=/sw/dataformats/netcdf/3.6.3-intel/lib:\$LD_LIBRARY_PATH;"
     1046                fi
     1047             fi
    10381048          else
    10391049             module_calls=""
Note: See TracChangeset for help on using the changeset viewer.