Ignore:
Timestamp:
05/05/19 14:58:31 (5 years ago)
Author:
dubos
Message:

devel : moved DYSL for compute_pvort_only into compute_pvort_only.F90

File:
1 edited

Legend:

Unmodified
Added
Removed
  • codes/icosagcm/devel/Python/codegen

    r626 r852  
    1111    echo $* 
    1212    $* 
     13} 
     14 
     15function extract_dysl() 
     16{ 
     17    sed -n '/BEGIN_DYSL/,/END_DYSL/{//b;p}' compute_pvort_only.F90  
    1318} 
    1419 
Note: See TracChangeset for help on using the changeset viewer.