Changeset 3500


Ignore:
Timestamp:
Nov 7, 2018 10:57:45 AM (5 years ago)
Author:
gronemeier
Message:

bugfix: renamed pt to theta for runs in installation directory

Location:
palm/trunk/INSTALL
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/INSTALL/example_cbl_p3d

    r3068 r3500  
    7272
    7373    data_output                = 'w_xy', 'w_xz', 'w_xz_av',
    74                                  'pt_xy', 'pt_xz',
     74                                 'theta_xy', 'theta_xz',
    7575
    76     data_output_pr             = 'wpt', 'w"pt"', 'w*pt*',
     76    data_output_pr             = 'wtheta', 'w"theta"', 'w*theta*',
    7777                                 'w*2',
    78                                  '#pt', 'pt*2',
     78                                 '#theta', 'theta*2',
    7979
    8080    section_xy                 = 2,
  • palm/trunk/INSTALL/example_cbl_rc

    r3145 r3500  
    130130
    131131
    132        Profile: wpt, w"pt", w*pt*, w*2, pt, pt*2,                           
     132       Profile: wtheta, w"theta", w*theta*, w*2, theta, theta*2,                           
    133133       Output every               900.00 s
    134134       Time averaged over         600.00 s
     
    139139
    140140
    141        XY-cross-section  Arrays:  w, pt,                                                               
     141       XY-cross-section  Arrays:  w, theta,                                                               
    142142       Output every               900.00 s 
    143143       Cross sections at k = /2/10/
     
    148148
    149149
    150        XZ-cross-section  Arrays:  w, pt,                                                               
     150       XZ-cross-section  Arrays:  w, theta,                                                               
    151151       Output every               900.00 s 
    152152       Cross sections at j = /20/
  • palm/trunk/INSTALL/test_oceanml_p3d

    r3295 r3500  
    7474    dt_run_control             = 0.0,    ! output interval for run control
    7575
    76     data_output_pr             = 'e','e*', '#pt',
     76    data_output_pr             = 'e','e*', '#theta',
    7777
    7878/ ! end of runtime parameter namelist
  • palm/trunk/INSTALL/test_oceanml_rc

    r3294 r3500  
    130130
    131131
    132        Profile: e, e*, pt,                                                   
     132       Profile: e, e*, theta,                                                   
    133133       Output every             ******** s
    134134       Time averaged over           0.00 s
Note: See TracChangeset for help on using the changeset viewer.