Ignore:
Timestamp:
03/07/18 18:43:51 (6 years ago)
Author:
dubos
Message:

devel/unstructured : towards vertical remapping

File:
1 edited

Legend:

Unmodified
Added
Removed
  • codes/icosagcm/devel/Python/src/kernels_caldyn_NH.jin

    r659 r685  
    11{% macro compute_p_and_Aik() %} 
    22{% set p_and_c2_from_theta=caller %} 
    3     SEQUENCE_EXT 
     3    SEQUENCE_C1 
    44      BODY('1,llm') 
    55          rho_ij = (g*m_ik(CELL))/(Phi_il(UP(CELL))-Phi_il(CELL)) 
     
    2020 
    2121  ! compute Phi_star 
    22   SEQUENCE_EXT 
     22  SEQUENCE_C1 
    2323    BODY('1,llm+1') 
    2424      Phi_star_il(CELL) = Phi_il(CELL) + tau*g2*(W_il(CELL)/m_il(CELL)-tau) 
     
    5050    ! Solve -A(l-1)x(l-1) + B(l)x(l) - A(l)x(l+1) = R(l) using Thomas algorithm 
    5151 
    52     SEQUENCE_EXT 
     52    SEQUENCE_C1 
    5353      ! Compute residual R_il and B_il 
    5454      PROLOGUE(1) 
Note: See TracChangeset for help on using the changeset viewer.