Ignore:
Timestamp:
Sep 16, 2008 3:29:03 PM (16 years ago)
Author:
raasch
Message:

further adjustments for SGI and other small changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/header.f90

    r189 r197  
    44! Actual revisions:
    55! -----------------
     6! TEST: mg_switch_to_pe0_level = -1!!!!!!!!!
    67! allow 100 spectra levels instead of 10 for consistency with
    78! define_netcdf_header
     
    117118    ELSEIF ( INDEX( initializing_actions, 'set_constant_profiles' ) /= 0 )  THEN
    118119       run_classification = '3D - run without 1D - prerun'
    119     ELSEIF ( INDEX(initializing_actions, 'set_1d-model_profiles') /= 0 ) THEN
     120    ELSEIF ( INDEX( initializing_actions, 'set_1d-model_profiles' ) /= 0 ) THEN
    120121       run_classification = '3D - run with 1D - prerun'
     122    ELSEIF ( INDEX( initializing_actions, 'by_user' ) /=0 )  THEN
     123       run_classification = '3D - run initialized by user'
    121124    ELSE
    122125       PRINT*,'+++ header:  unknown action(s): ',initializing_actions
     
    184187          WRITE ( io, 136 )  nxr_mg(1)-nxl_mg(1)+1, nyn_mg(1)-nys_mg(1)+1, &
    185188                             nzt_mg(1)
    186        ELSE
     189       ELSEIF (  mg_switch_to_pe0_level /= -1 )  THEN
    187190          WRITE ( io, 137 )  mg_switch_to_pe0_level,            &
    188191                             mg_loc_ind(2,0)-mg_loc_ind(1,0)+1, &
Note: See TracChangeset for help on using the changeset viewer.