Changeset 129 for palm/trunk/SCRIPTS


Ignore:
Timestamp:
Oct 30, 2007 12:12:24 PM (16 years ago)
Author:
letzel
Message:

prognostic_equations include the respective wall_*flux in the parameter list of
calls of diffusion_s. Same as before, only the values of wall_heatflux(0:4)
can be assigned. At present, wall_humidityflux, wall_qflux, wall_salinityflux,
wall_scalarflux are kept zero. diffusion_s uses the respective wall_*flux
instead of wall_heatflux. This update serves two purposes:

  • it avoids errors in calculations with humidity/scalar/salinity and prescribed

non-zero wall_heatflux,

  • it prepares PALM for a possible assignment of wall fluxes of

humidity/scalar/salinity in a future release.

Bugfix: assignment of fluxes at walls

Updates to documentation:
chapter_4.2.html#mode_dvrp
chapter_3.5.4.html#time_series

Default for mrun options -q and -n is "sla3" for lctit. Queues bes1 and bes2
removed. DOC/misc/Tsubame.html updated.

Modified default paths (/work/...) for lctit in .mrun.config.default

Location:
palm/trunk/SCRIPTS
Files:
3 edited

Legend:

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

    r100 r129  
    4747#
    4848#%remote_username   <replace by your tsubame username>              lctit parallel
    49 #%tmp_user_catalog  <replace by your user_catalog>                  lctit parallel
    50 #%tmp_data_catalog  <replace by your data_catalog>                  lctit parallel
     49#%tmp_user_catalog  /work/<replace by your tsubame username>                    lctit parallel
     50#%tmp_data_catalog  /work/<replace by your tsubame username>/palm_restart_data  lctit parallel
    5151%cpp_options       -Mpreprocess:-DMPI_REAL=MPI_DOUBLE_PRECISION:-DMPI_2REAL=MPI_2DOUBLE_PRECISION:-D__netcdf  lctit parallel
    5252%netcdf_inc        -I:/home2/usr5/mkanda/netcdf-3.6.2/include      lctit parallel
  • palm/trunk/SCRIPTS/mrun

    r127 r129  
    135135     #                     argument -g group_number, admit all sla* node_usage
    136136     #                     queues
    137      # 23/10/07 - Marcus - further adjustments for queues on lctit
     137     # 30/10/07 - Marcus - further adjustments for queues on lctit
    138138
    139139 
     
    10261026       elif [[ $host = lctit ]]
    10271027       then
    1028           node_usage=novice
     1028          node_usage=sla3
    10291029       else
    10301030          node_usage=not_shared
     
    10901090                     fi;;
    10911091        (ibmy)       queue=parallel;;
    1092         (lctit)      queue=novice;;
     1092        (lctit)      queue=sla3;;
    10931093        (nech)       queue=none;;
    10941094        (neck)       queue=P;;
  • palm/trunk/SCRIPTS/subjob

    r126 r129  
    8989     # 19/10/07 - Marcus- add new optional argument -g group_number
    9090     # 19/10/07 - Siggi - a ";" was missing in the last change done by Marcus
    91      # 23/10/07 - Marcus- further adjustments for queues on lctit
     91     # 30/10/07 - Marcus- further adjustments for queues on lctit
    9292
    9393
     
    340340                 esac;;
    341341        (lctit)  case  $ndq  in
    342                      (novice|bes1|bes2|sla1|sla2|sla3|RAM64GB|RAM128GB)    error=false;;
     342                     (novice|sla1|sla2|sla3|RAM64GB|RAM128GB)    error=false;;
    343343                     (*)                                     error=true;;
    344344                 esac;;
Note: See TracChangeset for help on using the changeset viewer.