Changeset 555 for palm/trunk/SCRIPTS


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

Location:
palm/trunk/SCRIPTS
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/.mrun.config.imuk_ice2_netcdf4

    r537 r555  
    5454%netcdf_lib        -L/sw/dataformats/pnetcdf/netcdf-4.0.1-mvapich2-intel/lib:-lnetcdf:-lnetcdff:-L/sw/dataformats/phdf5/hdf5-1.8.2-mvapich2-intel/lib:-lhdf5:-lhdf5_hl:-lz      lcsgih parallel ice2
    5555%mopts             -j:4                                       lcsgih parallel ice2
    56 %fopts             -xSSE4.2:-O3:-cpp:-r8:-align:all:-ftz:-fno-alias:-no-prec-div:-no-prec-sqrt:-ip:-nbs:-convert:little_endian  lcsgih parallel ice2
    57 %lopts             -xSSE4.2:-O3:-cpp:-r8:-align:all:-ftz:-fno-alias:-no-prec-div:-no-prec-sqrt:-ip:-nbs:-Vaxlib                 lcsgih parallel ice2
     56%fopts             -xSSE4.2:-fp-model:precise:-O3:-cpp:-r8:-align:all:-ftz:-fno-alias:-no-prec-div:-no-prec-sqrt:-ip:-nbs:-convert:little_endian  lcsgih parallel ice2
     57%lopts             -xSSE4.2:-fp-model:precise:-O3:-cpp:-r8:-align:all:-ftz:-fno-alias:-no-prec-div:-no-prec-sqrt:-ip:-nbs:-Vaxlib                 lcsgih parallel ice2
    5858%memory            1500                                       lcsgih parallel ice2
    59 #%tmp_data_catalog  /gfs1/work/<replace by your HLRN username>/palm_restart_data      lcsgih parallel
    60 #%tmp_user_catalog  /gfs1/tmp/<replace by your HLRN username>                         lcsgih parallel
     59#%tmp_data_catalog  /gfs2/work/<replace by your HLRN username>/palm_restart_data      lcsgih parallel
     60#%tmp_user_catalog  /gfs2/tmp/<replace by your HLRN username>                         lcsgih parallel
    6161#
    6262#
  • 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=""
  • 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
  • palm/trunk/SCRIPTS/subjob

    r552 r555  
    13541354          chmod  u+x  $job_on_remhost
    13551355
    1356        elif [[ $(echo $local_host | cut -c1-5) = lcsgi ]]
    1357        then
    1358           eval  $submcom  $job_on_remhost
    13591356       elif [[ $local_host = nech ]]
    13601357       then
Note: See TracChangeset for help on using the changeset viewer.