Ignore:
Timestamp:
09/19/19 15:57:53 (5 years ago)
Author:
jisesh
Message:

devel: Added option up0 and CASE 'wind_temperature'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • codes/icosagcm/devel/src/dissip/nudging_mod.f90

    r969 r972  
    254254           ps2 = f_ps(ind) 
    255255           CALL compute_guided_center2(coef_i, target_ps, ps2) 
     256         CASE ('wind_temperature') 
     257           coef_e = f_relax_coef_e(ind) 
     258           target_ue = f_target_ue(ind) 
     259           ue = f_u(ind) 
     260           CALL compute_guided_u(coef_e, target_ue, ue) 
     261           coef_i = f_relax_coef_i(ind) 
     262           target_theta_rhodz = f_target_theta_rhodz(ind) 
     263           theta_rhodz = f_theta_rhodz(ind) 
     264           CALL compute_guided_center(coef_i, target_theta_rhodz, theta_rhodz) 
    256265         CASE ('wind_temperature_ps') 
    257266           coef_e = f_relax_coef_e(ind) 
Note: See TracChangeset for help on using the changeset viewer.