Ignore:
Timestamp:
Aug 9, 2012 8:28:32 AM (12 years ago)
Author:
fricke
Message:

merge fricke branch back into trunk

Location:
palm/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk

  • palm/trunk/SOURCE

  • palm/trunk/SOURCE/write_var_list.f90

    r941 r978  
    44! Current revisions:
    55! -----------------
    6 !
     6! -km_damp_max, outflow_damping_width
     7! +pt_damping_factor, pt_damping_width
     8! +z0h_factor
    79!
    810! Former revisions:
     
    300302    WRITE ( 14 )  'km_constant                   '
    301303    WRITE ( 14 )  km_constant
    302     WRITE ( 14 )  'km_damp_max                   '
    303     WRITE ( 14 )  km_damp_max
    304304    WRITE ( 14 )  'lad                           '
    305305    WRITE ( 14 )  lad
     
    358358    WRITE ( 14 )  'omega_sor                     '
    359359    WRITE ( 14 )  omega_sor
    360     WRITE ( 14 )  'outflow_damping_width         '
    361     WRITE ( 14 )  outflow_damping_width
    362360    WRITE ( 14 )  'output_for_t0                 '
    363361    WRITE ( 14 )  output_for_t0
     
    388386    WRITE ( 14 )  'psolver                       '
    389387    WRITE ( 14 )  psolver
     388    WRITE ( 14 )  'pt_damping_factor             '
     389    WRITE ( 14 )  pt_damping_factor
     390    WRITE ( 14 )  'pt_damping_width              '
     391    WRITE ( 14 )  pt_damping_width
    390392    WRITE ( 14 )  'pt_init                       '
    391393    WRITE ( 14 )  pt_init
     
    596598    WRITE ( 14 )  'w_max_ijk                     '
    597599    WRITE ( 14 )  w_max_ijk
     600    WRITE ( 14 )  'z0h_factor                    '
     601    WRITE ( 14 )  z0h_factor
    598602
    599603!
Note: See TracChangeset for help on using the changeset viewer.