New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 88 for trunk/NEMO/OPA_SRC/opa.F90 – NEMO

Ignore:
Timestamp:
2004-04-22T15:50:27+02:00 (20 years ago)
Author:
opalod
Message:

CT : UPDATE057 : # General syntax, alignement, comments corrections

# l_ctl alone replace the set (l_ctl .AND. lwp)
# Add of diagnostics which are activated when using l_ctl logical

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/opa.F90

    r37 r88  
    131131      IF(lwp) WRITE(numout,cform_aaa)       ! Flag AAAAAAA 
    132132 
    133       CALL opa_flg 
    134133                                            ! Domain decomposition 
    135134      IF( jpni*jpnj == jpnij ) THEN 
     
    173172#endif 
    174173 
     174      !                                     ! Ocean scheme 
     175 
     176      CALL opa_flg                              ! Choice of algorithms 
     177 
    175178      !                                     ! Ocean physics 
    176179 
    177       CALL tra_qsr_init                         ! Salor radiation penetration 
     180      CALL tra_qsr_init                         ! Solar radiation penetration 
    178181 
    179182      CALL ldf_dyn_init                         ! Lateral ocean momentum physics 
Note: See TracChangeset for help on using the changeset viewer.