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 15114 – NEMO

Changeset 15114


Ignore:
Timestamp:
2021-07-12T09:59:38+02:00 (3 years ago)
Author:
dancopsey
Message:
  • Remove turning off receiveing all data from the atmosphere
    • Add print statements
Location:
NEMO/branches/UKMO/NEMO_4.0.1_NGMS_couple_dan/src/OCE/SBC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/NEMO_4.0.1_NGMS_couple_dan/src/OCE/SBC/cpl_oasis3.F90

    r13443 r15114  
    271271      srcv(:)%ncplmodel = kcplmodel 
    272272      ! 
     273      WRITE(numout,*) "DC: krcv, kcplmodel = ",krcv, kcplmodel 
    273274      DO ji = 1, krcv 
     275         WRITE(numout,*) "DC: ji, srcv(ji)%laction, srcv(ji)%nct = ",ji, srcv(ji)%laction, srcv(ji)%nct 
    274276         IF ( srcv(ji)%laction ) THEN  
    275277             
     
    281283             
    282284            DO jc = 1, srcv(ji)%nct 
     285               WRITE(numout,*) "DC: jc = ",jc 
    283286               DO jm = 1, kcplmodel 
     287                  WRITE(numout,*) "DC: jm = ",jm 
    284288                   
    285289                  IF ( srcv(ji)%nct .GT. 1 ) THEN 
  • NEMO/branches/UKMO/NEMO_4.0.1_NGMS_couple_dan/src/OCE/SBC/sbccpl.F90

    r15051 r15114  
    577577         srcv(jpr_topm:jpr_botm)%laction = .TRUE. 
    578578      ENDIF 
     579 
     580      WRITE(numout,*) 'DC: sn_rcv_iceflx%cldes, sn_rcv_iceflx%clcat, srcv(jpr_topm)%laction = ',sn_rcv_iceflx%cldes, sn_rcv_iceflx%clcat, srcv(jpr_topm)%laction 
     581 
    579582      !                                                      ! ------------------------- ! 
    580583      !                                                      !    ice skin temperature   !    
     
    730733 
    731734      IF (ln_couple_test) THEN 
    732          ! If we're just running a test coupled job then set all  
    733          ! actions to false for all fields apart from our test field(s) 
    734          srcv(:)%laction = .FALSE. 
    735735 
    736736         ! Define a dummy incoming T field which we may or may not wish to use.   
Note: See TracChangeset for help on using the changeset viewer.